#CC3DDE

Color #CC3DDE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CC3DDE

Tints of Medium Orchid #CC3DDE

Color information

#CC3DDE (or 0xCC3DDE) is unknown color: approx Medium Orchid. HEX triplet: CC, 3D and DE. RGB value is (204,61,222). Sum of RGB (Red+Green+Blue) = 204+61+222=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC3DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3DDE is #33C221. Grayscale: #797979. Windows color (decimal): -3392034 or 14564812. OLE color: 14564812.

HSL color Cylindrical-coordinate representation of color #CC3DDE: hue angle of 293.29º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3DDE is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20461222-
CMYK0.080.7300.13
HSL293.29º70.93%55.49%-
HSV(B)293.29º72.52%87.06%-
XYZ39.7621.4571.15-
YUV122.11184.38186.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 61 (24.22% from 255) = 12.53%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=41.89%
G=12.53%
B=45.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal204612220.080.7300.13293.2970.9355.49
HexCC3DDE8490D1254737
Octal314753361011101544510767
Binary110011001111011101111010001001001011011001001011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3DDE; }

 p { color: rgb(204,61,222); }

 H1.HeaderClassName
 {
   color: #CC3DDE;
 }
 .AnyTagClassName
 {
   color: #CC3DDE;
 }
</style>
background-color css

<style>
 a { background-color: #CC3DDE; }

 a { background-color: rgb(204,61,222); }

 div.DivClassName
 {
   background-color: #CC3DDE;
 }
 .BgClassName
 {
   background-color: #CC3DDE;
 }
</style>
border-color css

<style>
 span { border-color: #CC3DDE; }

 span { border-color: rgb(204,61,222); }

 td.TdClassName
 {
   border-color: #CC3DDE;
 }
 .TagClassName
 {
   border-color: #CC3DDE;
 }
</style>