#DB83DB

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

Shades of Orchid #DB83DB

Tints of Orchid #DB83DB

Color information

#DB83DB (or 0xDB83DB) is unknown color: approx Orchid. HEX triplet: DB, 83 and DB. RGB value is (219,131,219). Sum of RGB (Red+Green+Blue) = 219+131+219=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83DB is #247C24. Grayscale: #A7A7A7. Windows color (decimal): -2391077 or 14386139. OLE color: 14386139.

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

Color convert

RGB219131219-
CMYK00.4000.14
HSL300º55%68.63%-
HSV(B)300º40.18%85.88%-
XYZ50.1236.4171.4-
YUV167.34157.15164.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=38.49%
G=23.02%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913121900.4000.143005568.63
HexDB83DB0280E12c3745
Octal33320333305001645467105
Binary1101101110000011110110110101000011101001011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB83DB; }

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

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

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

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

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

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

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

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