#D364D7

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

Shades of Orchid #D364D7

Tints of Orchid #D364D7

Color information

#D364D7 (or 0xD364D7) is unknown color: approx Orchid. HEX triplet: D3, 64 and D7. RGB value is (211,100,215). Sum of RGB (Red+Green+Blue) = 211+100+215=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #D364D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D364D7 is #2C9B28. Grayscale: #919191. Windows color (decimal): -2923305 or 14116051. OLE color: 14116051.

HSL color Cylindrical-coordinate representation of color #D364D7: hue angle of 297.91º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D364D7 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB211100215-
CMYK0.020.5300.16
HSL297.91º58.97%61.76%-
HSV(B)297.91º53.49%84.31%-
XYZ43.6927.8767.37-
YUV146.3166.77174.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 100 (39.45% from 255) = 19.01%
BLUE value IS 215 (84.38% from 255) = 40.87%
R=40.11%
G=19.01%
B=40.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2111002150.020.5300.16297.9158.9761.76
HexD364D723501012a3b3e
Octal3231443272650204527376
Binary1101001111001001101011110110101010000100101010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D364D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D364D7; }

 p { color: rgb(211,100,215); }

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

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

 a { background-color: rgb(211,100,215); }

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

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

 span { border-color: rgb(211,100,215); }

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