Html Css Color HEX #C977CE Orchid

📋 copy color: '#C977CE'

red 201 ◦ green 119 ◦ blue 206

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

Shades of Orchid #C977CE

Tints of Orchid #C977CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 38.21%
G = 22.62%
B = 39.16%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C977CE (or 0xC977CE) is known color: Orchid. HEX triplet: C9, 77 and CE. RGB value is (201,119,206). Sum of RGB (Red+Green+Blue) = 201+119+206=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C977CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977CE is #368831. Grayscale: #999999. Windows color (decimal): -3573810 or 13531081. OLE color: 13531081.

HSL color Cylindrical-coordinate representation of color #C977CE: hue angle of 296.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C977CE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 119 206 -
CMYK 0.02 0.42 0 0.19
HSL 296.55º 0.47% 0.64% -
HSV(B) 296.55º 0.42% 0.81% -
XYZ 41.82 30.07 61.99 -
YUV 153.44 157.67 161.93 -
System Red Green Blue C M Y K H S L
Decimal 201 119 206 0.02 0.42 0 0.19 296.55 0.47 0.64
Hex C9 77 CE 2 2A 0 13 129 2F 40
Octal 311 167 316 2 52 0 23 451 57 100
Binary 11001001 1110111 11001110 10 101010 0 10011 100101001 101111 1000000

Color Harmonies of #C977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977CE

Black with #C977CE

Text Example


Text Example

White with #C977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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