Html Css Color HEX #D06AEA Heliotrope

📋 copy color: '#D06AEA'

red 208 ◦ green 106 ◦ blue 234

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

Shades of Heliotrope #D06AEA

Tints of Heliotrope #D06AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 37.96%
G = 19.34%
B = 42.7%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D06AEA (or 0xD06AEA) is known color: Heliotrope. HEX triplet: D0, 6A and EA. RGB value is (208,106,234). Sum of RGB (Red+Green+Blue) = 208+106+234=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #D06AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AEA is #2F9515. Grayscale: #969696. Windows color (decimal): -3118358 or 15362768. OLE color: 15362768.

HSL color Cylindrical-coordinate representation of color #D06AEA: hue angle of 287.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06AEA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 106 234 -
CMYK 0.11 0.55 0 0.08
HSL 287.81º 0.75% 0.67% -
HSV(B) 287.81º 0.55% 0.92% -
XYZ 46.02 29.66 81.14 -
YUV 151.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 208 106 234 0.11 0.55 0 0.08 287.81 0.75 0.67
Hex D0 6A EA B 37 0 8 120 4B 43
Octal 320 152 352 13 67 0 10 440 113 103
Binary 11010000 1101010 11101010 1011 110111 0 1000 100100000 1001011 1000011

Color Harmonies of #D06AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AEA

Black with #D06AEA

Text Example


Text Example

White with #D06AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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