Html Css Color HEX #C977D7 Orchid

📋 copy color: '#C977D7'

red 201 ◦ green 119 ◦ blue 215

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

Shades of Orchid #C977D7

Tints of Orchid #C977D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 37.57%
G = 22.24%
B = 40.19%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C977D7 (or 0xC977D7) is known color: Orchid. HEX triplet: C9, 77 and D7. RGB value is (201,119,215). Sum of RGB (Red+Green+Blue) = 201+119+215=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #C977D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977D7 is #368828. Grayscale: #9A9A9A. Windows color (decimal): -3573801 or 14120905. OLE color: 14120905.

HSL color Cylindrical-coordinate representation of color #C977D7: hue angle of 291.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C977D7 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 119 215 -
CMYK 0.07 0.45 0 0.16
HSL 291.25º 0.55% 0.65% -
HSV(B) 291.25º 0.45% 0.84% -
XYZ 42.95 30.52 67.92 -
YUV 154.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 201 119 215 0.07 0.45 0 0.16 291.25 0.55 0.65
Hex C9 77 D7 7 2D 0 10 123 37 41
Octal 311 167 327 7 55 0 20 443 67 101
Binary 11001001 1110111 11010111 111 101101 0 10000 100100011 110111 1000001

Color Harmonies of #C977D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C977D7

Black with #C977D7

Text Example


Text Example

White with #C977D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C977D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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