#D864C2

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

Shades of Orchid #D864C2

Tints of Orchid #D864C2

Color information

#D864C2 (or 0xD864C2) is unknown color: approx Orchid. HEX triplet: D8, 64 and C2. RGB value is (216,100,194). Sum of RGB (Red+Green+Blue) = 216+100+194=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D864C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864C2 is #279B3D. Grayscale: #919191. Windows color (decimal): -2595646 or 12739800. OLE color: 12739800.

HSL color Cylindrical-coordinate representation of color #D864C2: hue angle of 311.38º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D864C2 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB216100194-
CMYK00.540.100.15
HSL311.38º59.79%61.96%-
HSV(B)311.38º53.7%84.71%-
XYZ42.6127.6154.12-
YUV145.4155.43178.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.35%
GREEN value IS 100 (39.45% from 255) = 19.61%
BLUE value IS 194 (76.17% from 255) = 38.04%
R=42.35%
G=19.61%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610019400.540.100.15311.3859.7961.96
HexD864C2036AF1373c3e
Octal33014430206612174677476
Binary11011000110010011000010011011010101111100110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D864C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D864C2; }

 p { color: rgb(216,100,194); }

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

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

 a { background-color: rgb(216,100,194); }

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

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

 span { border-color: rgb(216,100,194); }

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