Html Css Color HEX #CC66E6 Orchid

📋 copy color: '#CC66E6'

red 204 ◦ green 102 ◦ blue 230

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

Shades of Orchid #CC66E6

Tints of Orchid #CC66E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 38.06%
G = 19.03%
B = 42.91%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC66E6 (or 0xCC66E6) is known color: Orchid. HEX triplet: CC, 66 and E6. RGB value is (204,102,230). Sum of RGB (Red+Green+Blue) = 204+102+230=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC66E6 is #339919. Grayscale: #929292. Windows color (decimal): -3381530 or 15099596. OLE color: 15099596.

HSL color Cylindrical-coordinate representation of color #CC66E6: hue angle of 287.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC66E6 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 102 230 -
CMYK 0.11 0.56 0 0.10
HSL 287.81º 0.72% 0.65% -
HSV(B) 287.81º 0.56% 0.9% -
XYZ 43.94 28.05 77.96 -
YUV 147.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 204 102 230 0.11 0.56 0 0.10 287.81 0.72 0.65
Hex CC 66 E6 B 38 0 A 120 48 41
Octal 314 146 346 13 70 0 12 440 110 101
Binary 11001100 1100110 11100110 1011 111000 0 1010 100100000 1001000 1000001

Color Harmonies of #CC66E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66E6

Black with #CC66E6

Text Example


Text Example

White with #CC66E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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