#DB67DA

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

Shades of Orchid #DB67DA

Tints of Orchid #DB67DA

Color information

#DB67DA (or 0xDB67DA) is unknown color: approx Orchid. HEX triplet: DB, 67 and DA. RGB value is (219,103,218). Sum of RGB (Red+Green+Blue) = 219+103+218=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67DA is #249825. Grayscale: #969696. Windows color (decimal): -2398246 or 14313435. OLE color: 14313435.

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

Color convert

RGB219103218-
CMYK00.530.000.14
HSL300.52º61.7%63.14%-
HSV(B)300.52º52.97%85.88%-
XYZ46.7229.8269.62-
YUV150.79165.93176.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 103 (40.62% from 255) = 19.07%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=40.56%
G=19.07%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910321800.530.000.14300.5261.763.14
HexDB67DA0350E12d3e3f
Octal3331473320650164557677
Binary11011011110011111011010011010101110100101101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67DA; }

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

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

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

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

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

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

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

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