Html Css Color HEX #C977BC Orchid

📋 copy color: '#C977BC'

red 201 ◦ green 119 ◦ blue 188

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

Shades of Orchid #C977BC

Tints of Orchid #C977BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 39.57%
G = 23.43%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C977BC (or 0xC977BC) is known color: Orchid. HEX triplet: C9, 77 and BC. RGB value is (201,119,188). Sum of RGB (Red+Green+Blue) = 201+119+188=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BC is #368843. Grayscale: #979797. Windows color (decimal): -3573828 or 12351433. OLE color: 12351433.

HSL color Cylindrical-coordinate representation of color #C977BC: hue angle of 309.51º 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 #C977BC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 119 188 -
CMYK 0 0.41 0.06 0.21
HSL 309.51º 0.43% 0.63% -
HSV(B) 309.51º 0.41% 0.79% -
XYZ 39.76 29.24 51.13 -
YUV 151.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 201 119 188 0 0.41 0.06 0.21 309.51 0.43 0.63
Hex C9 77 BC 0 29 6 15 136 2B 3F
Octal 311 167 274 0 51 6 25 466 53 77
Binary 11001001 1110111 10111100 0 101001 110 10101 100110110 101011 111111

Color Harmonies of #C977BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977BC

Black with #C977BC

Text Example


Text Example

White with #C977BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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