#DB67B9

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

Shades of Orchid #DB67B9

Tints of Orchid #DB67B9

Color information

#DB67B9 (or 0xDB67B9) is unknown color: approx Orchid. HEX triplet: DB, 67 and B9. RGB value is (219,103,185). Sum of RGB (Red+Green+Blue) = 219+103+185=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67B9 is #249846. Grayscale: #929292. Windows color (decimal): -2398279 or 12150747. OLE color: 12150747.

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

Color convert

RGB219103185-
CMYK00.530.160.14
HSL317.59º61.7%63.14%-
HSV(B)317.59º52.97%85.88%-
XYZ42.8228.2649.1-
YUV147.03149.43179.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.20%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=43.20%
G=20.32%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910318500.530.160.14317.5961.763.14
HexDB67B903510E13e3e3f
Octal33314727106520164767677
Binary110110111100111101110010110101100001110100111110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67B9; }

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

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

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

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

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

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

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

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