Html Css Color HEX #CC6EDE Orchid

📋 copy color: '#CC6EDE'

red 204 ◦ green 110 ◦ blue 222

#CC6EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC6EDE

Tints of Orchid #CC6EDE

RGB

 RED value IS 204 (80.08% from 255) = 38.06%

 GREEN value IS 110 (43.36% from 255) = 20.52%

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 38.06%
G = 20.52%
B = 41.42%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC6EDE (or 0xCC6EDE) is known color: Orchid. HEX triplet: CC, 6E and DE. RGB value is (204,110,222). Sum of RGB (Red+Green+Blue) = 204+110+222=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6EDE is #339121. Grayscale: #969696. Windows color (decimal): -3379490 or 14577356. OLE color: 14577356.

HSL color Cylindrical-coordinate representation of color #CC6EDE: hue angle of 290.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6EDE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 110 222 -
CMYK 0.08 0.50 0 0.13
HSL 290.36º 0.63% 0.65% -
HSV(B) 290.36º 0.5% 0.87% -
XYZ 43.66 29.26 72.45 -
YUV 150.87 168.14 165.89 -
System Red Green Blue C M Y K H S L
Decimal 204 110 222 0.08 0.50 0 0.13 290.36 0.63 0.65
Hex CC 6E DE 8 32 0 D 122 3F 41
Octal 314 156 336 10 62 0 15 442 77 101
Binary 11001100 1101110 11011110 1000 110010 0 1101 100100010 111111 1000001

Color Harmonies of #CC6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EDE

Black with #CC6EDE

Text Example


Text Example

White with #CC6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EDE; }

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

 H1.HeaderClassName
 {
   color: #CC6EDE;
 }
 .AnyTagClassName
 {
   color: #CC6EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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