Html Css Color HEX #D068FA Heliotrope

📋 copy color: '#D068FA'

red 208 ◦ green 104 ◦ blue 250

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

Shades of Heliotrope #D068FA

Tints of Heliotrope #D068FA

RGB

 RED value IS 208 (81.64% from 255) = 37.01%

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

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

R = 37.01%
G = 18.51%
B = 44.48%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D068FA (or 0xD068FA) is known color: Heliotrope. HEX triplet: D0, 68 and FA. RGB value is (208,104,250). Sum of RGB (Red+Green+Blue) = 208+104+250=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 104 (41.02% from 255 or 18.51% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #D068FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068FA is #2F9705. Grayscale: #979797. Windows color (decimal): -3118854 or 16410832. OLE color: 16410832.

HSL color Cylindrical-coordinate representation of color #D068FA: hue angle of 282.74º 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 #D068FA is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 104 250 -
CMYK 0.17 0.58 0 0.02
HSL 282.74º 0.94% 0.69% -
HSV(B) 282.74º 0.58% 0.98% -
XYZ 48.22 30.21 93.73 -
YUV 151.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 208 104 250 0.17 0.58 0 0.02 282.74 0.94 0.69
Hex D0 68 FA 11 3A 0 2 11B 5E 45
Octal 320 150 372 21 72 0 2 433 136 105
Binary 11010000 1101000 11111010 10001 111010 0 10 100011011 1011110 1000101

Color Harmonies of #D068FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068FA

Black with #D068FA

Text Example


Text Example

White with #D068FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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