Html Css Color HEX #CC76DC Orchid

📋 copy color: '#CC76DC'

red 204 ◦ green 118 ◦ blue 220

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

Shades of Orchid #CC76DC

Tints of Orchid #CC76DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 37.64%
G = 21.77%
B = 40.59%

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

#CC76DC (or 0xCC76DC) is known color: Orchid. HEX triplet: CC, 76 and DC. RGB value is (204,118,220). Sum of RGB (Red+Green+Blue) = 204+118+220=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC76DC is #338923. Grayscale: #9B9B9B. Windows color (decimal): -3377444 or 14448332. OLE color: 14448332.

HSL color Cylindrical-coordinate representation of color #CC76DC: hue angle of 290.59º degrees, saturation: 0.59, 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 #CC76DC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 118 220 -
CMYK 0.07 0.46 0 0.14
HSL 290.59º 0.59% 0.66% -
HSV(B) 290.59º 0.46% 0.86% -
XYZ 44.3 30.96 71.35 -
YUV 155.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 204 118 220 0.07 0.46 0 0.14 290.59 0.59 0.66
Hex CC 76 DC 7 2E 0 E 123 3B 42
Octal 314 166 334 7 56 0 16 443 73 102
Binary 11001100 1110110 11011100 111 101110 0 1110 100100011 111011 1000010

Color Harmonies of #CC76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76DC

Black with #CC76DC

Text Example


Text Example

White with #CC76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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