#C970DF

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

Shades of Orchid #C970DF

Tints of Orchid #C970DF

Color information

#C970DF (or 0xC970DF) is unknown color: approx Orchid. HEX triplet: C9, 70 and DF. RGB value is (201,112,223). Sum of RGB (Red+Green+Blue) = 201+112+223=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #C970DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970DF is #368F20. Grayscale: #969696. Windows color (decimal): -3575585 or 14643401. OLE color: 14643401.

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

Color convert

RGB201112223-
CMYK0.100.5000.13
HSL288.11º63.43%65.69%-
HSV(B)288.11º49.78%87.45%-
XYZ43.229.3373.2-
YUV151.26168.49163.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 112 (44.14% from 255) = 20.90%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=37.5%
G=20.90%
B=41.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2011122230.100.5000.13288.1163.4365.69
HexC970DFA320D1203f42
Octal311160337126201544077102
Binary110010011110000110111111010110010011011001000001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C970DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C970DF; }

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

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

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

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

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

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

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

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