Html Css Color HEX #C977BB Orchid

📋 copy color: '#C977BB'

red 201 ◦ green 119 ◦ blue 187

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

Shades of Orchid #C977BB

Tints of Orchid #C977BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 39.64%
G = 23.47%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C977BB (or 0xC977BB) is known color: Orchid. HEX triplet: C9, 77 and BB. RGB value is (201,119,187). Sum of RGB (Red+Green+Blue) = 201+119+187=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BB is #368844. Grayscale: #979797. Windows color (decimal): -3573829 or 12285897. OLE color: 12285897.

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

Color convert

RGB 201 119 187 -
CMYK 0 0.41 0.07 0.21
HSL 310.24º 0.43% 0.63% -
HSV(B) 310.24º 0.41% 0.79% -
XYZ 39.65 29.2 50.56 -
YUV 151.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 201 119 187 0 0.41 0.07 0.21 310.24 0.43 0.63
Hex C9 77 BB 0 29 7 15 136 2B 3F
Octal 311 167 273 0 51 7 25 466 53 77
Binary 11001001 1110111 10111011 0 101001 111 10101 100110110 101011 111111

Color Harmonies of #C977BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977BB

Black with #C977BB

Text Example


Text Example

White with #C977BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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