Html Css Color HEX #D06AFB Heliotrope

📋 copy color: '#D06AFB'

red 208 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #D06AFB

Tints of Heliotrope #D06AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 36.81%
G = 18.76%
B = 44.42%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D06AFB (or 0xD06AFB) is known color: Heliotrope. HEX triplet: D0, 6A and FB. RGB value is (208,106,251). Sum of RGB (Red+Green+Blue) = 208+106+251=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #D06AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06AFB is #2F9504. Grayscale: #989898. Windows color (decimal): -3118341 or 16476880. OLE color: 16476880.

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

Color convert

RGB 208 106 251 -
CMYK 0.17 0.58 0 0.02
HSL 282.21º 0.95% 0.7% -
HSV(B) 282.21º 0.58% 0.98% -
XYZ 48.58 30.68 94.63 -
YUV 153.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 208 106 251 0.17 0.58 0 0.02 282.21 0.95 0.7
Hex D0 6A FB 11 3A 0 2 11A 5F 46
Octal 320 152 373 21 72 0 2 432 137 106
Binary 11010000 1101010 11111011 10001 111010 0 10 100011010 1011111 1000110

Color Harmonies of #D06AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06AFB

Black with #D06AFB

Text Example


Text Example

White with #D06AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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