Html Css Color HEX #C977DC Orchid

📋 copy color: '#C977DC'

red 201 ◦ green 119 ◦ blue 220

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

Shades of Orchid #C977DC

Tints of Orchid #C977DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 37.22%
G = 22.04%
B = 40.74%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C977DC (or 0xC977DC) is known color: Orchid. HEX triplet: C9, 77 and DC. RGB value is (201,119,220). Sum of RGB (Red+Green+Blue) = 201+119+220=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C977DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977DC is #368823. Grayscale: #9A9A9A. Windows color (decimal): -3573796 or 14448585. OLE color: 14448585.

HSL color Cylindrical-coordinate representation of color #C977DC: hue angle of 288.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C977DC is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 119 220 -
CMYK 0.09 0.46 0 0.14
HSL 288.71º 0.59% 0.66% -
HSV(B) 288.71º 0.46% 0.86% -
XYZ 43.6 30.78 71.35 -
YUV 155.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 201 119 220 0.09 0.46 0 0.14 288.71 0.59 0.66
Hex C9 77 DC 9 2E 0 E 121 3B 42
Octal 311 167 334 11 56 0 16 441 73 102
Binary 11001001 1110111 11011100 1001 101110 0 1110 100100001 111011 1000010

Color Harmonies of #C977DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977DC

Black with #C977DC

Text Example


Text Example

White with #C977DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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