#D970C6

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

Shades of Orchid #D970C6

Tints of Orchid #D970C6

Color information

#D970C6 (or 0xD970C6) is unknown color: approx Orchid. HEX triplet: D9, 70 and C6. RGB value is (217,112,198). Sum of RGB (Red+Green+Blue) = 217+112+198=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D970C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970C6 is #268F39. Grayscale: #989898. Windows color (decimal): -2527034 or 13005017. OLE color: 13005017.

HSL color Cylindrical-coordinate representation of color #D970C6: hue angle of 310.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970C6 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217112198-
CMYK00.480.090.15
HSL310.86º58.01%64.51%-
HSV(B)310.86º48.39%85.1%-
XYZ44.630.4256.95-
YUV153.2153.29173.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.18%
GREEN value IS 112 (44.14% from 255) = 21.25%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=41.18%
G=21.25%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711219800.480.090.15310.8658.0164.51
HexD970C60309F1373a41
Octal331160306060111746772101
Binary110110011110000110001100110000100111111001101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970C6; }

 p { color: rgb(217,112,198); }

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

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

 a { background-color: rgb(217,112,198); }

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

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

 span { border-color: rgb(217,112,198); }

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