Html Css Color HEX #C977CB Orchid

📋 copy color: '#C977CB'

red 201 ◦ green 119 ◦ blue 203

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

Shades of Orchid #C977CB

Tints of Orchid #C977CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.75%

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

R = 38.43%
G = 22.75%
B = 38.81%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C977CB (or 0xC977CB) is known color: Orchid. HEX triplet: C9, 77 and CB. RGB value is (201,119,203). Sum of RGB (Red+Green+Blue) = 201+119+203=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #C977CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977CB is #368834. Grayscale: #989898. Windows color (decimal): -3573813 or 13334473. OLE color: 13334473.

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

Color convert

RGB 201 119 203 -
CMYK 0.01 0.41 0 0.20
HSL 298.57º 0.45% 0.63% -
HSV(B) 298.57º 0.41% 0.8% -
XYZ 41.46 29.92 60.09 -
YUV 153.09 156.17 162.17 -
System Red Green Blue C M Y K H S L
Decimal 201 119 203 0.01 0.41 0 0.20 298.57 0.45 0.63
Hex C9 77 CB 1 29 0 14 12B 2D 3F
Octal 311 167 313 1 51 0 24 453 55 77
Binary 11001001 1110111 11001011 1 101001 0 10100 100101011 101101 111111

Color Harmonies of #C977CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977CB

Black with #C977CB

Text Example


Text Example

White with #C977CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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