Html Css Color HEX #D06EFF Heliotrope

📋 copy color: '#D06EFF'

red 208 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #D06EFF

Tints of Heliotrope #D06EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 36.3%
G = 19.2%
B = 44.5%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D06EFF (or 0xD06EFF) is known color: Heliotrope. HEX triplet: D0, 6E and FF. RGB value is (208,110,255). Sum of RGB (Red+Green+Blue) = 208+110+255=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 110 (43.36% from 255 or 19.20% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #D06EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06EFF is #2F9100. Grayscale: #9B9B9B. Windows color (decimal): -3117313 or 16740048. OLE color: 16740048.

HSL color Cylindrical-coordinate representation of color #D06EFF: hue angle of 280.55º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06EFF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 110 255 -
CMYK 0.18 0.57 0 0
HSL 280.55º 1% 0.72% -
HSV(B) 280.55º 0.57% 1% -
XYZ 49.64 31.78 98.13 -
YUV 155.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 208 110 255 0.18 0.57 0 0 280.55 1 0.72
Hex D0 6E FF 12 39 0 0 119 64 48
Octal 320 156 377 22 71 0 0 431 144 110
Binary 11010000 1101110 11111111 10010 111001 0 0 100011001 1100100 1001000

Color Harmonies of #D06EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06EFF

Black with #D06EFF

Text Example


Text Example

White with #D06EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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