Html Css Color HEX #D06AEC Heliotrope

📋 copy color: '#D06AEC'

red 208 ◦ green 106 ◦ blue 236

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

Shades of Heliotrope #D06AEC

Tints of Heliotrope #D06AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.91%

R = 37.82%
G = 19.27%
B = 42.91%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D06AEC (or 0xD06AEC) is known color: Heliotrope. HEX triplet: D0, 6A and EC. RGB value is (208,106,236). Sum of RGB (Red+Green+Blue) = 208+106+236=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #D06AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AEC is #2F9513. Grayscale: #969696. Windows color (decimal): -3118356 or 15493840. OLE color: 15493840.

HSL color Cylindrical-coordinate representation of color #D06AEC: hue angle of 287.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06AEC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 106 236 -
CMYK 0.12 0.55 0 0.07
HSL 287.08º 0.77% 0.67% -
HSV(B) 287.08º 0.55% 0.93% -
XYZ 46.31 29.77 82.66 -
YUV 151.32 175.79 168.43 -
System Red Green Blue C M Y K H S L
Decimal 208 106 236 0.12 0.55 0 0.07 287.08 0.77 0.67
Hex D0 6A EC C 37 0 7 11F 4D 43
Octal 320 152 354 14 67 0 7 437 115 103
Binary 11010000 1101010 11101100 1100 110111 0 111 100011111 1001101 1000011

Color Harmonies of #D06AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AEC

Black with #D06AEC

Text Example


Text Example

White with #D06AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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