Html Css Color HEX #DB68FA Heliotrope

📋 copy color: '#DB68FA'

red 219 ◦ green 104 ◦ blue 250

#DB68FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DB68FA

Tints of Heliotrope #DB68FA

RGB

 RED value IS 219 (85.94% from 255) = 38.22%

 GREEN value IS 104 (41.02% from 255) = 18.15%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 38.22%
G = 18.15%
B = 43.63%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB68FA (or 0xDB68FA) is known color: Heliotrope. HEX triplet: DB, 68 and FA. RGB value is (219,104,250). Sum of RGB (Red+Green+Blue) = 219+104+250=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB68FA is #249705. Grayscale: #9A9A9A. Windows color (decimal): -2397958 or 16410843. OLE color: 16410843.

HSL color Cylindrical-coordinate representation of color #DB68FA: hue angle of 287.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB68FA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 104 250 -
CMYK 0.12 0.58 0 0.02
HSL 287.26º 0.94% 0.69% -
HSV(B) 287.26º 0.58% 0.98% -
XYZ 51.42 31.86 93.88 -
YUV 155.03 181.6 173.63 -
System Red Green Blue C M Y K H S L
Decimal 219 104 250 0.12 0.58 0 0.02 287.26 0.94 0.69
Hex DB 68 FA C 3A 0 2 11F 5E 45
Octal 333 150 372 14 72 0 2 437 136 105
Binary 11011011 1101000 11111010 1100 111010 0 10 100011111 1011110 1000101

Color Harmonies of #DB68FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB68FA

Black with #DB68FA

Text Example


Text Example

White with #DB68FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB68FA; }

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

 H1.HeaderClassName
 {
   color: #DB68FA;
 }
 .AnyTagClassName
 {
   color: #DB68FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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