#DB68DB

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

Shades of Orchid #DB68DB

Tints of Orchid #DB68DB

Color information

#DB68DB (or 0xDB68DB) is unknown color: approx Orchid. HEX triplet: DB, 68 and DB. RGB value is (219,104,219). Sum of RGB (Red+Green+Blue) = 219+104+219=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB68DB is #249724. Grayscale: #979797. Windows color (decimal): -2397989 or 14379227. OLE color: 14379227.

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

Color convert

RGB219104219-
CMYK00.5300.14
HSL300º61.5%63.33%-
HSV(B)300º52.51%85.88%-
XYZ46.9530.0870.35-
YUV151.5166.1176.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.41%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 219 (85.94% from 255) = 40.41%
R=40.41%
G=19.19%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910421900.5300.1430061.563.33
HexDB68DB0350E12c3d3f
Octal3331503330650164547577
Binary11011011110100011011011011010101110100101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB68DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB68DB; }

 p { color: rgb(219,104,219); }

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

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

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

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

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

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

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