#DB67D9

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

Shades of Orchid #DB67D9

Tints of Orchid #DB67D9

Color information

#DB67D9 (or 0xDB67D9) is unknown color: approx Orchid. HEX triplet: DB, 67 and D9. RGB value is (219,103,217). Sum of RGB (Red+Green+Blue) = 219+103+217=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67D9 is #249826. Grayscale: #969696. Windows color (decimal): -2398247 or 14247899. OLE color: 14247899.

HSL color Cylindrical-coordinate representation of color #DB67D9: hue angle of 301.03º degrees, saturation: 0.62, 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 #DB67D9 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219103217-
CMYK00.530.010.14
HSL301.03º61.7%63.14%-
HSV(B)301.03º52.97%85.88%-
XYZ46.5929.7768.94-
YUV150.68165.43176.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.63%
GREEN value IS 103 (40.62% from 255) = 19.11%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=40.63%
G=19.11%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910321700.530.010.14301.0361.763.14
HexDB67D90351E12d3e3f
Octal3331473310651164557677
Binary11011011110011111011001011010111110100101101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67D9; }

 p { color: rgb(219,103,217); }

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

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

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

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

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

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

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