#D970C9

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

Shades of Orchid #D970C9

Tints of Orchid #D970C9

Color information

#D970C9 (or 0xD970C9) is unknown color: approx Orchid. HEX triplet: D9, 70 and C9. RGB value is (217,112,201). Sum of RGB (Red+Green+Blue) = 217+112+201=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D970C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970C9 is #268F36. Grayscale: #999999. Windows color (decimal): -2527031 or 13201625. OLE color: 13201625.

HSL color Cylindrical-coordinate representation of color #D970C9: hue angle of 309.14º 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 #D970C9 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217112201-
CMYK00.480.070.15
HSL309.14º58.01%64.51%-
HSV(B)309.14º48.39%85.1%-
XYZ44.9530.5658.79-
YUV153.54154.79173.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=40.94%
G=21.13%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711220100.480.070.15309.1458.0164.51
HexD970C90307F1353a41
Octal33116031106071746572101
Binary11011001111000011001001011000011111111001101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970C9; }

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

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

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

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

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

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

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

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