Html Css Color HEX #C976CB Orchid

📋 copy color: '#C976CB'

red 201 ◦ green 118 ◦ blue 203

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

Shades of Orchid #C976CB

Tints of Orchid #C976CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.89%

R = 38.51%
G = 22.61%
B = 38.89%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C976CB (or 0xC976CB) is known color: Orchid. HEX triplet: C9, 76 and CB. RGB value is (201,118,203). Sum of RGB (Red+Green+Blue) = 201+118+203=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C976CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C976CB is #368934. Grayscale: #989898. Windows color (decimal): -3574069 or 13334217. OLE color: 13334217.

HSL color Cylindrical-coordinate representation of color #C976CB: hue angle of 298.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C976CB is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 118 203 -
CMYK 0.01 0.42 0 0.20
HSL 298.59º 0.45% 0.63% -
HSV(B) 298.59º 0.42% 0.8% -
XYZ 41.35 29.69 60.05 -
YUV 152.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 201 118 203 0.01 0.42 0 0.20 298.59 0.45 0.63
Hex C9 76 CB 1 2A 0 14 12B 2D 3F
Octal 311 166 313 1 52 0 24 453 55 77
Binary 11001001 1110110 11001011 1 101010 0 10100 100101011 101101 111111

Color Harmonies of #C976CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C976CB

Black with #C976CB

Text Example


Text Example

White with #C976CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C976CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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