Html Css Color HEX #C976DC Orchid

📋 copy color: '#C976DC'

red 201 ◦ green 118 ◦ blue 220

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

Shades of Orchid #C976DC

Tints of Orchid #C976DC

RGB

 RED value IS 201 (78.91% from 255) = 37.29%

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

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

R = 37.29%
G = 21.89%
B = 40.82%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C976DC (or 0xC976DC) is known color: Orchid. HEX triplet: C9, 76 and DC. RGB value is (201,118,220). Sum of RGB (Red+Green+Blue) = 201+118+220=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C976DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976DC is #368923. Grayscale: #9A9A9A. Windows color (decimal): -3574052 or 14448329. OLE color: 14448329.

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

Color convert

RGB 201 118 220 -
CMYK 0.09 0.46 0 0.14
HSL 288.82º 0.59% 0.66% -
HSV(B) 288.82º 0.46% 0.86% -
XYZ 43.48 30.54 71.31 -
YUV 154.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 201 118 220 0.09 0.46 0 0.14 288.82 0.59 0.66
Hex C9 76 DC 9 2E 0 E 121 3B 42
Octal 311 166 334 11 56 0 16 441 73 102
Binary 11001001 1110110 11011100 1001 101110 0 1110 100100001 111011 1000010

Color Harmonies of #C976DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976DC

Black with #C976DC

Text Example


Text Example

White with #C976DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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