#d870c4

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

Shades of Orchid #D870C4

Tints of Orchid #D870C4

Color information

#D870C4 (or 0xD870C4) is unknown color: approx Orchid. HEX triplet: D8, 70 and C4. RGB value is (216,112,196). Sum of RGB (Red+Green+Blue) = 216+112+196=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D870C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D870C4 is #278F3B. Grayscale: #989898. Windows color (decimal): -2592572 or 12873944. OLE color: 12873944.

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

Color convert

RGB216112196-
CMYK00.480.090.15
HSL311.54º57.14%64.31%-
HSV(B)311.54º48.15%84.71%-
XYZ44.0830.1755.73-
YUV152.67152.46173.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 112 (44.14% from 255) = 21.37%
BLUE value IS 196 (76.95% from 255) = 37.40%
R=41.22%
G=21.37%
B=37.40%

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
Decimal21611219600.480.090.15311.5457.1464.31
HexD870C40309F1383940
Octal330160304060111747071100
Binary110110001110000110001000110000100111111001110001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d870c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d870c4; }

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

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

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

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

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

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

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

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