Html Css Color HEX #C977C8 Orchid

📋 copy color: '#C977C8'

red 201 ◦ green 119 ◦ blue 200

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

Shades of Orchid #C977C8

Tints of Orchid #C977C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.46%

R = 38.65%
G = 22.88%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#C977C8 (or 0xC977C8) is known color: Orchid. HEX triplet: C9, 77 and C8. RGB value is (201,119,200). Sum of RGB (Red+Green+Blue) = 201+119+200=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 200 (78.52% from 255 or 38.46% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C977C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977C8 is #368837. Grayscale: #989898. Windows color (decimal): -3573816 or 13137865. OLE color: 13137865.

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

Color convert

RGB 201 119 200 -
CMYK 0 0.41 0.00 0.21
HSL 300.73º 0.43% 0.63% -
HSV(B) 300.73º 0.41% 0.79% -
XYZ 41.11 29.78 58.23 -
YUV 152.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 201 119 200 0 0.41 0.00 0.21 300.73 0.43 0.63
Hex C9 77 C8 0 29 0 15 12D 2B 3F
Octal 311 167 310 0 51 0 25 455 53 77
Binary 11001001 1110111 11001000 0 101001 0 10101 100101101 101011 111111

Color Harmonies of #C977C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977C8

Black with #C977C8

Text Example


Text Example

White with #C977C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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