Html Css Color HEX #CC66D7 Orchid

📋 copy color: '#CC66D7'

red 204 ◦ green 102 ◦ blue 215

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

Shades of Orchid #CC66D7

Tints of Orchid #CC66D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 39.16%
G = 19.58%
B = 41.27%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC66D7 (or 0xCC66D7) is known color: Orchid. HEX triplet: CC, 66 and D7. RGB value is (204,102,215). Sum of RGB (Red+Green+Blue) = 204+102+215=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC66D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66D7 is #339928. Grayscale: #919191. Windows color (decimal): -3381545 or 14116556. OLE color: 14116556.

HSL color Cylindrical-coordinate representation of color #CC66D7: hue angle of 294.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC66D7 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 102 215 -
CMYK 0.05 0.53 0 0.16
HSL 294.16º 0.59% 0.62% -
HSV(B) 294.16º 0.53% 0.84% -
XYZ 41.92 27.25 67.34 -
YUV 145.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 204 102 215 0.05 0.53 0 0.16 294.16 0.59 0.62
Hex CC 66 D7 5 35 0 10 126 3B 3E
Octal 314 146 327 5 65 0 20 446 73 76
Binary 11001100 1100110 11010111 101 110101 0 10000 100100110 111011 111110

Color Harmonies of #CC66D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66D7

Black with #CC66D7

Text Example


Text Example

White with #CC66D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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