#DB65D5

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

Shades of Orchid #DB65D5

Tints of Orchid #DB65D5

Color information

#DB65D5 (or 0xDB65D5) is unknown color: approx Orchid. HEX triplet: DB, 65 and D5. RGB value is (219,101,213). Sum of RGB (Red+Green+Blue) = 219+101+213=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65D5 is #249A2A. Grayscale: #949494. Windows color (decimal): -2398763 or 13985243. OLE color: 13985243.

HSL color Cylindrical-coordinate representation of color #DB65D5: hue angle of 303.05º 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 #DB65D5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219101213-
CMYK00.540.030.14
HSL303.05º62.11%62.75%-
HSV(B)303.05º53.88%85.88%-
XYZ45.8829.1766.16-
YUV149.05164.09177.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.09%
GREEN value IS 101 (39.84% from 255) = 18.95%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=41.09%
G=18.95%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910121300.540.030.14303.0562.1162.75
HexDB65D50363E12f3e3f
Octal3331453250663164577677
Binary110110111100101110101010110110111110100101111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB65D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB65D5; }

 p { color: rgb(219,101,213); }

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

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

 a { background-color: rgb(219,101,213); }

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

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

 span { border-color: rgb(219,101,213); }

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