Html Css Color HEX #C976DB Orchid

📋 copy color: '#C976DB'

red 201 ◦ green 118 ◦ blue 219

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

Shades of Orchid #C976DB

Tints of Orchid #C976DB

RGB

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

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

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

R = 37.36%
G = 21.93%
B = 40.71%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C976DB (or 0xC976DB) is known color: Orchid. HEX triplet: C9, 76 and DB. RGB value is (201,118,219). Sum of RGB (Red+Green+Blue) = 201+118+219=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C976DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976DB is #368924. Grayscale: #9A9A9A. Windows color (decimal): -3574053 or 14382793. OLE color: 14382793.

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

Color convert

RGB 201 118 219 -
CMYK 0.08 0.46 0 0.14
HSL 289.31º 0.58% 0.66% -
HSV(B) 289.31º 0.46% 0.86% -
XYZ 43.35 30.49 70.62 -
YUV 154.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 201 118 219 0.08 0.46 0 0.14 289.31 0.58 0.66
Hex C9 76 DB 8 2E 0 E 121 3A 42
Octal 311 166 333 10 56 0 16 441 72 102
Binary 11001001 1110110 11011011 1000 101110 0 1110 100100001 111010 1000010

Color Harmonies of #C976DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976DB

Black with #C976DB

Text Example


Text Example

White with #C976DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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