#DB67B8

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

Shades of Orchid #DB67B8

Tints of Orchid #DB67B8

Color information

#DB67B8 (or 0xDB67B8) is unknown color: approx Orchid. HEX triplet: DB, 67 and B8. RGB value is (219,103,184). Sum of RGB (Red+Green+Blue) = 219+103+184=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 103 (40.62% from 255 or 20.36% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67B8 is #249847. Grayscale: #929292. Windows color (decimal): -2398280 or 12085211. OLE color: 12085211.

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

Color convert

RGB219103184-
CMYK00.530.160.14
HSL318.1º61.7%63.14%-
HSV(B)318.1º52.97%85.88%-
XYZ42.7228.2248.54-
YUV146.92148.93179.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.28%
GREEN value IS 103 (40.62% from 255) = 20.36%
BLUE value IS 184 (72.27% from 255) = 36.36%
R=43.28%
G=20.36%
B=36.36%

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
Decimal21910318400.530.160.14318.161.763.14
HexDB67B803510E13e3e3f
Octal33314727006520164767677
Binary110110111100111101110000110101100001110100111110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB67B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB67B8; }

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

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

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

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

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

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

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

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