#DB67DE

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

Shades of Orchid #DB67DE

Tints of Orchid #DB67DE

Color information

#DB67DE (or 0xDB67DE) is unknown color: approx Orchid. HEX triplet: DB, 67 and DE. RGB value is (219,103,222). Sum of RGB (Red+Green+Blue) = 219+103+222=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67DE is #249821. Grayscale: #969696. Windows color (decimal): -2398242 or 14575579. OLE color: 14575579.

HSL color Cylindrical-coordinate representation of color #DB67DE: hue angle of 298.49º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB67DE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219103222-
CMYK0.010.5400.13
HSL298.49º64.32%63.73%-
HSV(B)298.49º53.6%87.06%-
XYZ47.2530.0372.41-
YUV151.25167.93176.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 103 (40.62% from 255) = 18.93%
BLUE value IS 222 (87.11% from 255) = 40.81%
R=40.26%
G=18.93%
B=40.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191032220.010.5400.13298.4964.3263.73
HexDB67DE1360D12a4040
Octal333147336166015452100100
Binary1101101111001111101111011101100110110010101010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67DE; }

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

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

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

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

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

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

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

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