#C977D0

Color #C977D0 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C977D0

Tints of Orchid #C977D0

Color information

#C977D0 (or 0xC977D0) is unknown color: approx Orchid. HEX triplet: C9, 77 and D0. RGB value is (201,119,208). Sum of RGB (Red+Green+Blue) = 201+119+208=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 208 - color contains mainly: blue. Hex color #C977D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977D0 is #36882F. Grayscale: #999999. Windows color (decimal): -3573808 or 13662153. OLE color: 13662153.

HSL color Cylindrical-coordinate representation of color #C977D0: hue angle of 295.28º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C977D0 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201119208-
CMYK0.030.4300.18
HSL295.28º48.63%64.12%-
HSV(B)295.28º42.79%81.57%-
XYZ42.0730.1763.28-
YUV153.66158.67161.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 119 (46.88% from 255) = 22.54%
BLUE value IS 208 (81.64% from 255) = 39.39%
R=38.07%
G=22.54%
B=39.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011192080.030.4300.18295.2848.6364.12
HexC977D032B0121273140
Octal31116732035302244761100
Binary11001001111011111010000111010110100101001001111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977D0; }

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

 H1.HeaderClassName
 {
   color: #C977D0;
 }
 .AnyTagClassName
 {
   color: #C977D0;
 }
</style>
background-color css

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

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

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

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

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

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