Html Css Color HEX #CC66DA Orchid

📋 copy color: '#CC66DA'

red 204 ◦ green 102 ◦ blue 218

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

Shades of Orchid #CC66DA

Tints of Orchid #CC66DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 38.93%
G = 19.47%
B = 41.6%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC66DA (or 0xCC66DA) is known color: Orchid. HEX triplet: CC, 66 and DA. RGB value is (204,102,218). Sum of RGB (Red+Green+Blue) = 204+102+218=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC66DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66DA is #339925. Grayscale: #919191. Windows color (decimal): -3381542 or 14313164. OLE color: 14313164.

HSL color Cylindrical-coordinate representation of color #CC66DA: hue angle of 292.76º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC66DA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 102 218 -
CMYK 0.06 0.53 0 0.15
HSL 292.76º 0.61% 0.63% -
HSV(B) 292.76º 0.53% 0.85% -
XYZ 42.31 27.4 69.39 -
YUV 145.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 204 102 218 0.06 0.53 0 0.15 292.76 0.61 0.63
Hex CC 66 DA 6 35 0 F 125 3D 3F
Octal 314 146 332 6 65 0 17 445 75 77
Binary 11001100 1100110 11011010 110 110101 0 1111 100100101 111101 111111

Color Harmonies of #CC66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66DA

Black with #CC66DA

Text Example


Text Example

White with #CC66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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