Html Css Color HEX #D36AFC Heliotrope

📋 copy color: '#D36AFC'

red 211 ◦ green 106 ◦ blue 252

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

Shades of Heliotrope #D36AFC

Tints of Heliotrope #D36AFC

RGB

 RED value IS 211 (82.81% from 255) = 37.08%

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

 BLUE value IS 252 (98.83% from 255) = 44.29%

R = 37.08%
G = 18.63%
B = 44.29%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D36AFC (or 0xD36AFC) is known color: Heliotrope. HEX triplet: D3, 6A and FC. RGB value is (211,106,252). Sum of RGB (Red+Green+Blue) = 211+106+252=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #D36AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36AFC is #2C9503. Grayscale: #999999. Windows color (decimal): -2921732 or 16542419. OLE color: 16542419.

HSL color Cylindrical-coordinate representation of color #D36AFC: hue angle of 283.15º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D36AFC is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 106 252 -
CMYK 0.16 0.58 0 0.01
HSL 283.15º 0.96% 0.7% -
HSV(B) 283.15º 0.58% 0.99% -
XYZ 49.59 31.19 95.5 -
YUV 154.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 211 106 252 0.16 0.58 0 0.01 283.15 0.96 0.7
Hex D3 6A FC 10 3A 0 1 11B 60 46
Octal 323 152 374 20 72 0 1 433 140 106
Binary 11010011 1101010 11111100 10000 111010 0 1 100011011 1100000 1000110

Color Harmonies of #D36AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36AFC

Black with #D36AFC

Text Example


Text Example

White with #D36AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36AFC; }

 p { color: rgb(211,106,252); }

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

background-color css

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

 a { background-color: rgb(211,106,252); }

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

border-color css

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

 span { border-color: rgb(211,106,252); }

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