Html Css Color HEX #C977CC Orchid

📋 copy color: '#C977CC'

red 201 ◦ green 119 ◦ blue 204

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

Shades of Orchid #C977CC

Tints of Orchid #C977CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 38.36%
G = 22.71%
B = 38.93%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C977CC (or 0xC977CC) is known color: Orchid. HEX triplet: C9, 77 and CC. RGB value is (201,119,204). Sum of RGB (Red+Green+Blue) = 201+119+204=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #C977CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977CC is #368833. Grayscale: #989898. Windows color (decimal): -3573812 or 13400009. OLE color: 13400009.

HSL color Cylindrical-coordinate representation of color #C977CC: hue angle of 297.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C977CC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 201 119 204 -
CMYK 0.01 0.42 0 0.2
HSL 297.88º 0.45% 0.63% -
HSV(B) 297.88º 0.42% 0.8% -
XYZ 41.58 29.97 60.72 -
YUV 153.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 201 119 204 0.01 0.42 0 0.2 297.88 0.45 0.63
Hex C9 77 CC 1 2A 0 14 12A 2D 3F
Octal 311 167 314 1 52 0 24 452 55 77
Binary 11001001 1110111 11001100 1 101010 0 10100 100101010 101101 111111

Color Harmonies of #C977CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977CC

Black with #C977CC

Text Example


Text Example

White with #C977CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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