#C979C7

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

Shades of Orchid #C979C7

Tints of Orchid #C979C7

Color information

#C979C7 (or 0xC979C7) is unknown color: approx Orchid. HEX triplet: C9, 79 and C7. RGB value is (201,121,199). Sum of RGB (Red+Green+Blue) = 201+121+199=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C979C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979C7 is #368638. Grayscale: #999999. Windows color (decimal): -3573305 or 13072841. OLE color: 13072841.

HSL color Cylindrical-coordinate representation of color #C979C7: hue angle of 301.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C979C7 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB201121199-
CMYK00.400.010.21
HSL301.5º42.55%63.14%-
HSV(B)301.5º39.8%78.82%-
XYZ41.2330.2257.69-
YUV153.81153.5161.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 199 (78.12% from 255) = 38.20%
R=38.58%
G=23.22%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112119900.400.010.21301.542.5563.14
HexC979C702811512e2b3f
Octal3111713070501254565377
Binary110010011111001110001110101000110101100101110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C979C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C979C7; }

 p { color: rgb(201,121,199); }

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

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

 a { background-color: rgb(201,121,199); }

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

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

 span { border-color: rgb(201,121,199); }

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