Html Css Color HEX #D36BED Heliotrope

📋 copy color: '#D36BED'

red 211 ◦ green 107 ◦ blue 237

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

Shades of Heliotrope #D36BED

Tints of Heliotrope #D36BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 38.02%
G = 19.28%
B = 42.7%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D36BED (or 0xD36BED) is known color: Heliotrope. HEX triplet: D3, 6B and ED. RGB value is (211,107,237). Sum of RGB (Red+Green+Blue) = 211+107+237=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #D36BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D36BED is #2C9412. Grayscale: #989898. Windows color (decimal): -2921491 or 15559635. OLE color: 15559635.

HSL color Cylindrical-coordinate representation of color #D36BED: hue angle of 288º degrees, saturation: 0.78, 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 #D36BED is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 107 237 -
CMYK 0.11 0.55 0 0.07
HSL 288º 0.78% 0.67% -
HSV(B) 288º 0.55% 0.93% -
XYZ 47.41 30.48 83.51 -
YUV 152.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 211 107 237 0.11 0.55 0 0.07 288 0.78 0.67
Hex D3 6B ED B 37 0 7 120 4E 43
Octal 323 153 355 13 67 0 7 440 116 103
Binary 11010011 1101011 11101101 1011 110111 0 111 100100000 1001110 1000011

Color Harmonies of #D36BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BED

Black with #D36BED

Text Example


Text Example

White with #D36BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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