Html Css Color HEX #CC66DE Orchid

📋 copy color: '#CC66DE'

red 204 ◦ green 102 ◦ blue 222

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

Shades of Orchid #CC66DE

Tints of Orchid #CC66DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.32%

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

R = 38.64%
G = 19.32%
B = 42.05%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC66DE (or 0xCC66DE) is known color: Orchid. HEX triplet: CC, 66 and DE. RGB value is (204,102,222). Sum of RGB (Red+Green+Blue) = 204+102+222=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66DE is #339921. Grayscale: #919191. Windows color (decimal): -3381538 or 14575308. OLE color: 14575308.

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

Color convert

RGB 204 102 222 -
CMYK 0.08 0.54 0 0.13
HSL 291º 0.65% 0.64% -
HSV(B) 291º 0.54% 0.87% -
XYZ 42.84 27.61 72.18 -
YUV 146.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 204 102 222 0.08 0.54 0 0.13 291 0.65 0.64
Hex CC 66 DE 8 36 0 D 123 41 40
Octal 314 146 336 10 66 0 15 443 101 100
Binary 11001100 1100110 11011110 1000 110110 0 1101 100100011 1000001 1000000

Color Harmonies of #CC66DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66DE

Black with #CC66DE

Text Example


Text Example

White with #CC66DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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