#DB68FC

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

Shades of Heliotrope #DB68FC

Tints of Heliotrope #DB68FC

Color information

#DB68FC (or 0xDB68FC) is unknown color: approx Heliotrope. HEX triplet: DB, 68 and FC. RGB value is (219,104,252). Sum of RGB (Red+Green+Blue) = 219+104+252=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB68FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68FC is #249703. Grayscale: #9A9A9A. Windows color (decimal): -2397956 or 16541915. OLE color: 16541915.

HSL color Cylindrical-coordinate representation of color #DB68FC: hue angle of 286.62º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB68FC is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219104252-
CMYK0.130.5900.01
HSL286.62º96.1%69.8%-
HSV(B)286.62º58.73%98.82%-
XYZ51.7331.9995.54-
YUV155.26182.6173.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 104 (41.02% from 255) = 18.09%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=38.09%
G=18.09%
B=43.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2191042520.130.5900.01286.6296.169.8
HexDB68FCD3B0111f6046
Octal333150374157301437140106
Binary1101101111010001111110011011110110110001111111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB68FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB68FC; }

 p { color: rgb(219,104,252); }

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

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

 a { background-color: rgb(219,104,252); }

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

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

 span { border-color: rgb(219,104,252); }

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