#C974DF

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

Shades of Orchid #C974DF

Tints of Orchid #C974DF

Color information

#C974DF (or 0xC974DF) is unknown color: approx Orchid. HEX triplet: C9, 74 and DF. RGB value is (201,116,223). Sum of RGB (Red+Green+Blue) = 201+116+223=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 116 (45.70% from 255 or 21.48% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #C974DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974DF is #368B20. Grayscale: #999999. Windows color (decimal): -3574561 or 14644425. OLE color: 14644425.

HSL color Cylindrical-coordinate representation of color #C974DF: hue angle of 287.66º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C974DF is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB201116223-
CMYK0.100.4800.13
HSL287.66º62.57%66.47%-
HSV(B)287.66º47.98%87.45%-
XYZ43.6530.2473.35-
YUV153.61167.16161.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 116 (45.70% from 255) = 21.48%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=37.22%
G=21.48%
B=41.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011162230.100.4800.13287.6662.5766.47
HexC974DFA300D1203f42
Octal311164337126001544077102
Binary110010011110100110111111010110000011011001000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C974DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C974DF; }

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

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

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

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

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

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

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

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