#D970C4

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

Shades of Orchid #D970C4

Tints of Orchid #D970C4

Color information

#D970C4 (or 0xD970C4) is unknown color: approx Orchid. HEX triplet: D9, 70 and C4. RGB value is (217,112,196). Sum of RGB (Red+Green+Blue) = 217+112+196=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 196 (76.95% from 255 or 37.33% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D970C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970C4 is #268F3B. Grayscale: #989898. Windows color (decimal): -2527036 or 12873945. OLE color: 12873945.

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

Color convert

RGB217112196-
CMYK00.480.100.15
HSL312º58.01%64.51%-
HSV(B)312º48.39%85.1%-
XYZ44.3730.3355.74-
YUV152.97152.29173.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 112 (44.14% from 255) = 21.33%
BLUE value IS 196 (76.95% from 255) = 37.33%
R=41.33%
G=21.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711219600.480.100.1531258.0164.51
HexD970C4030AF1383a41
Octal331160304060121747072101
Binary110110011110000110001000110000101011111001110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D970C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D970C4; }

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

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

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

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

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

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

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

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