#DB75E5

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

Shades of Orchid #DB75E5

Tints of Orchid #DB75E5

Color information

#DB75E5 (or 0xDB75E5) is unknown color: approx Orchid. HEX triplet: DB, 75 and E5. RGB value is (219,117,229). Sum of RGB (Red+Green+Blue) = 219+117+229=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75E5 is #248A1A. Grayscale: #9F9F9F. Windows color (decimal): -2394651 or 15037915. OLE color: 15037915.

HSL color Cylindrical-coordinate representation of color #DB75E5: hue angle of 294.64º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB75E5 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219117229-
CMYK0.040.4900.10
HSL294.64º68.29%67.84%-
HSV(B)294.64º48.91%89.8%-
XYZ49.7233.4477.96-
YUV160.27166.79169.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=38.76%
G=20.71%
B=40.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191172290.040.4900.10294.6468.2967.84
HexDB75E54310A1274444
Octal333165345461012447104104
Binary110110111110101111001011001100010101010010011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB75E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB75E5; }

 p { color: rgb(219,117,229); }

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

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

 a { background-color: rgb(219,117,229); }

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

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

 span { border-color: rgb(219,117,229); }

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