#DB6CD8

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

Shades of Orchid #DB6CD8

Tints of Orchid #DB6CD8

Color information

#DB6CD8 (or 0xDB6CD8) is unknown color: approx Orchid. HEX triplet: DB, 6C and D8. RGB value is (219,108,216). Sum of RGB (Red+Green+Blue) = 219+108+216=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CD8 is #249327. Grayscale: #999999. Windows color (decimal): -2396968 or 14183643. OLE color: 14183643.

HSL color Cylindrical-coordinate representation of color #DB6CD8: hue angle of 301.62º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB6CD8 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219108216-
CMYK00.510.010.14
HSL301.62º60.66%64.12%-
HSV(B)301.62º50.68%85.88%-
XYZ46.9730.7468.42-
YUV153.5163.27174.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.33%
GREEN value IS 108 (42.58% from 255) = 19.89%
BLUE value IS 216 (84.77% from 255) = 39.78%
R=40.33%
G=19.89%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910821600.510.010.14301.6260.6664.12
HexDB6CD80331E12e3d40
Octal33315433006311645675100
Binary110110111101100110110000110011111101001011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6CD8; }

 p { color: rgb(219,108,216); }

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

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

 a { background-color: rgb(219,108,216); }

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

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

 span { border-color: rgb(219,108,216); }

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