Html Css Color HEX #C977C6 Orchid

📋 copy color: '#C977C6'

red 201 ◦ green 119 ◦ blue 198

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

Shades of Orchid #C977C6

Tints of Orchid #C977C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 38.8%
G = 22.97%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#C977C6 (or 0xC977C6) is known color: Orchid. HEX triplet: C9, 77 and C6. RGB value is (201,119,198). Sum of RGB (Red+Green+Blue) = 201+119+198=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C977C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977C6 is #368839. Grayscale: #989898. Windows color (decimal): -3573818 or 13006793. OLE color: 13006793.

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

Color convert

RGB 201 119 198 -
CMYK 0 0.41 0.01 0.21
HSL 302.2º 0.43% 0.63% -
HSV(B) 302.2º 0.41% 0.79% -
XYZ 40.88 29.69 57 -
YUV 152.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 201 119 198 0 0.41 0.01 0.21 302.2 0.43 0.63
Hex C9 77 C6 0 29 1 15 12E 2B 3F
Octal 311 167 306 0 51 1 25 456 53 77
Binary 11001001 1110111 11000110 0 101001 1 10101 100101110 101011 111111

Color Harmonies of #C977C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977C6

Black with #C977C6

Text Example


Text Example

White with #C977C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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