#D264DB

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

Shades of Orchid #D264DB

Tints of Orchid #D264DB

Color information

#D264DB (or 0xD264DB) is unknown color: approx Orchid. HEX triplet: D2, 64 and DB. RGB value is (210,100,219). Sum of RGB (Red+Green+Blue) = 210+100+219=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #D264DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264DB is #2D9B24. Grayscale: #929292. Windows color (decimal): -2988837 or 14378194. OLE color: 14378194.

HSL color Cylindrical-coordinate representation of color #D264DB: hue angle of 295.46º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D264DB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210100219-
CMYK0.040.5400.14
HSL295.46º62.3%62.55%-
HSV(B)295.46º54.34%85.88%-
XYZ43.9227.9370.09-
YUV146.46168.94173.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.70%
GREEN value IS 100 (39.45% from 255) = 18.90%
BLUE value IS 219 (85.94% from 255) = 41.40%
R=39.70%
G=18.90%
B=41.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101002190.040.5400.14295.4662.362.55
HexD264DB4360E1273e3f
Octal3221443334660164477677
Binary1101001011001001101101110011011001110100100111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D264DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D264DB; }

 p { color: rgb(210,100,219); }

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

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

 a { background-color: rgb(210,100,219); }

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

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

 span { border-color: rgb(210,100,219); }

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