Html Css Color HEX #D06AFF Heliotrope

📋 copy color: '#D06AFF'

red 208 ◦ green 106 ◦ blue 255

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

Shades of Heliotrope #D06AFF

Tints of Heliotrope #D06AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.63%

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

R = 36.56%
G = 18.63%
B = 44.82%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D06AFF (or 0xD06AFF) is known color: Heliotrope. HEX triplet: D0, 6A and FF. RGB value is (208,106,255). Sum of RGB (Red+Green+Blue) = 208+106+255=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #D06AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AFF is #2F9500. Grayscale: #989898. Windows color (decimal): -3118337 or 16739024. OLE color: 16739024.

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

Color convert

RGB 208 106 255 -
CMYK 0.18 0.58 0 0
HSL 281.07º 1% 0.71% -
HSV(B) 281.07º 0.58% 1% -
XYZ 49.22 30.94 97.99 -
YUV 153.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 208 106 255 0.18 0.58 0 0 281.07 1 0.71
Hex D0 6A FF 12 3A 0 0 119 64 47
Octal 320 152 377 22 72 0 0 431 144 107
Binary 11010000 1101010 11111111 10010 111010 0 0 100011001 1100100 1000111

Color Harmonies of #D06AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AFF

Black with #D06AFF

Text Example


Text Example

White with #D06AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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