Html Css Color HEX #CC76D6 Orchid

📋 copy color: '#CC76D6'

red 204 ◦ green 118 ◦ blue 214

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

Shades of Orchid #CC76D6

Tints of Orchid #CC76D6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.01%

 BLUE value IS 214 (83.98% from 255) = 39.93%

R = 38.06%
G = 22.01%
B = 39.93%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CC76D6 (or 0xCC76D6) is known color: Orchid. HEX triplet: CC, 76 and D6. RGB value is (204,118,214). Sum of RGB (Red+Green+Blue) = 204+118+214=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC76D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76D6 is #338929. Grayscale: #9A9A9A. Windows color (decimal): -3377450 or 14055116. OLE color: 14055116.

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

Color convert

RGB 204 118 214 -
CMYK 0.05 0.45 0 0.16
HSL 293.75º 0.54% 0.65% -
HSV(B) 293.75º 0.45% 0.84% -
XYZ 43.52 30.65 67.24 -
YUV 154.66 161.49 163.19 -
System Red Green Blue C M Y K H S L
Decimal 204 118 214 0.05 0.45 0 0.16 293.75 0.54 0.65
Hex CC 76 D6 5 2D 0 10 126 36 41
Octal 314 166 326 5 55 0 20 446 66 101
Binary 11001100 1110110 11010110 101 101101 0 10000 100100110 110110 1000001

Color Harmonies of #CC76D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76D6

Black with #CC76D6

Text Example


Text Example

White with #CC76D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76D6; }

 p { color: rgb(204,118,214); }

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

background-color css

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

 a { background-color: rgb(204,118,214); }

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

border-color css

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

 span { border-color: rgb(204,118,214); }

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