#C974B9

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

Shades of Orchid #C974B9

Tints of Orchid #C974B9

Color information

#C974B9 (or 0xC974B9) is unknown color: approx Orchid. HEX triplet: C9, 74 and B9. RGB value is (201,116,185). Sum of RGB (Red+Green+Blue) = 201+116+185=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C974B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974B9 is #368B46. Grayscale: #959595. Windows color (decimal): -3574599 or 12154057. OLE color: 12154057.

HSL color Cylindrical-coordinate representation of color #C974B9: hue angle of 311.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C974B9 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB201116185-
CMYK00.420.080.21
HSL311.29º44.04%62.16%-
HSV(B)311.29º42.29%78.82%-
XYZ39.0928.4149.32-
YUV149.28148.16164.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.04%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 185 (72.66% from 255) = 36.85%
R=40.04%
G=23.11%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111618500.420.080.21311.2944.0462.16
HexC974B902A8151372c3e
Octal31116427105210254675476
Binary110010011110100101110010101010100010101100110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974B9; }

 p { color: rgb(201,116,185); }

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

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

 a { background-color: rgb(201,116,185); }

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

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

 span { border-color: rgb(201,116,185); }

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