Html Css Color HEX #D06EFA Heliotrope

📋 copy color: '#D06EFA'

red 208 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #D06EFA

Tints of Heliotrope #D06EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.37%

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

R = 36.62%
G = 19.37%
B = 44.01%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D06EFA (or 0xD06EFA) is known color: Heliotrope. HEX triplet: D0, 6E and FA. RGB value is (208,110,250). Sum of RGB (Red+Green+Blue) = 208+110+250=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #D06EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EFA is #2F9105. Grayscale: #9A9A9A. Windows color (decimal): -3117318 or 16412368. OLE color: 16412368.

HSL color Cylindrical-coordinate representation of color #D06EFA: hue angle of 282º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06EFA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 110 250 -
CMYK 0.17 0.56 0 0.02
HSL 282º 0.93% 0.71% -
HSV(B) 282º 0.56% 0.98% -
XYZ 48.84 31.46 93.94 -
YUV 155.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 208 110 250 0.17 0.56 0 0.02 282 0.93 0.71
Hex D0 6E FA 11 38 0 2 11A 5D 47
Octal 320 156 372 21 70 0 2 432 135 107
Binary 11010000 1101110 11111010 10001 111000 0 10 100011010 1011101 1000111

Color Harmonies of #D06EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EFA

Black with #D06EFA

Text Example


Text Example

White with #D06EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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