Html Css Color HEX #CC76DB Orchid

📋 copy color: '#CC76DB'

red 204 ◦ green 118 ◦ blue 219

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

Shades of Orchid #CC76DB

Tints of Orchid #CC76DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 37.71%
G = 21.81%
B = 40.48%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC76DB (or 0xCC76DB) is known color: Orchid. HEX triplet: CC, 76 and DB. RGB value is (204,118,219). Sum of RGB (Red+Green+Blue) = 204+118+219=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76DB is #338924. Grayscale: #9A9A9A. Windows color (decimal): -3377445 or 14382796. OLE color: 14382796.

HSL color Cylindrical-coordinate representation of color #CC76DB: hue angle of 291.09º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC76DB is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 118 219 -
CMYK 0.07 0.46 0 0.14
HSL 291.09º 0.58% 0.66% -
HSV(B) 291.09º 0.46% 0.86% -
XYZ 44.17 30.91 70.66 -
YUV 155.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 204 118 219 0.07 0.46 0 0.14 291.09 0.58 0.66
Hex CC 76 DB 7 2E 0 E 123 3A 42
Octal 314 166 333 7 56 0 16 443 72 102
Binary 11001100 1110110 11011011 111 101110 0 1110 100100011 111010 1000010

Color Harmonies of #CC76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76DB

Black with #CC76DB

Text Example


Text Example

White with #CC76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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