Html Css Color HEX #C977BA Orchid

📋 copy color: '#C977BA'

red 201 ◦ green 119 ◦ blue 186

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

Shades of Orchid #C977BA

Tints of Orchid #C977BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 39.72%
G = 23.52%
B = 36.76%

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

#C977BA (or 0xC977BA) is known color: Orchid. HEX triplet: C9, 77 and BA. RGB value is (201,119,186). Sum of RGB (Red+Green+Blue) = 201+119+186=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C977BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977BA is #368845. Grayscale: #969696. Windows color (decimal): -3573830 or 12220361. OLE color: 12220361.

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

Color convert

RGB 201 119 186 -
CMYK 0 0.41 0.07 0.21
HSL 310.98º 0.43% 0.63% -
HSV(B) 310.98º 0.41% 0.79% -
XYZ 39.55 29.16 50 -
YUV 151.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 201 119 186 0 0.41 0.07 0.21 310.98 0.43 0.63
Hex C9 77 BA 0 29 7 15 137 2B 3F
Octal 311 167 272 0 51 7 25 467 53 77
Binary 11001001 1110111 10111010 0 101001 111 10101 100110111 101011 111111

Color Harmonies of #C977BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977BA

Black with #C977BA

Text Example


Text Example

White with #C977BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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