Html Css Color HEX #D36BF0 Heliotrope

📋 copy color: '#D36BF0'

red 211 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #D36BF0

Tints of Heliotrope #D36BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.18%

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 37.81%
G = 19.18%
B = 43.01%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D36BF0 (or 0xD36BF0) is known color: Heliotrope. HEX triplet: D3, 6B and F0. RGB value is (211,107,240). Sum of RGB (Red+Green+Blue) = 211+107+240=558 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.81% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #D36BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36BF0 is #2C940F. Grayscale: #989898. Windows color (decimal): -2921488 or 15756243. OLE color: 15756243.

HSL color Cylindrical-coordinate representation of color #D36BF0: hue angle of 286.92º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D36BF0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 107 240 -
CMYK 0.12 0.55 0 0.06
HSL 286.92º 0.82% 0.68% -
HSV(B) 286.92º 0.55% 0.94% -
XYZ 47.85 30.66 85.83 -
YUV 153.26 176.96 169.19 -
System Red Green Blue C M Y K H S L
Decimal 211 107 240 0.12 0.55 0 0.06 286.92 0.82 0.68
Hex D3 6B F0 C 37 0 6 11F 52 44
Octal 323 153 360 14 67 0 6 437 122 104
Binary 11010011 1101011 11110000 1100 110111 0 110 100011111 1010010 1000100

Color Harmonies of #D36BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BF0

Black with #D36BF0

Text Example


Text Example

White with #D36BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BF0; }

 p { color: rgb(211,107,240); }

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

background-color css

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

 a { background-color: rgb(211,107,240); }

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

border-color css

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

 span { border-color: rgb(211,107,240); }

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