Html Css Color HEX #C977BF Orchid

📋 copy color: '#C977BF'

red 201 ◦ green 119 ◦ blue 191

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

Shades of Orchid #C977BF

Tints of Orchid #C977BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 39.33%
G = 23.29%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C977BF (or 0xC977BF) is known color: Orchid. HEX triplet: C9, 77 and BF. RGB value is (201,119,191). Sum of RGB (Red+Green+Blue) = 201+119+191=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BF is #368840. Grayscale: #979797. Windows color (decimal): -3573825 or 12548041. OLE color: 12548041.

HSL color Cylindrical-coordinate representation of color #C977BF: hue angle of 307.32º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C977BF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 191 -
CMYK 0 0.41 0.05 0.21
HSL 307.32º 0.43% 0.63% -
HSV(B) 307.32º 0.41% 0.79% -
XYZ 40.09 29.37 52.85 -
YUV 151.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 201 119 191 0 0.41 0.05 0.21 307.32 0.43 0.63
Hex C9 77 BF 0 29 5 15 133 2B 3F
Octal 311 167 277 0 51 5 25 463 53 77
Binary 11001001 1110111 10111111 0 101001 101 10101 100110011 101011 111111

Color Harmonies of #C977BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977BF

Black with #C977BF

Text Example


Text Example

White with #C977BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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