Html Css Color HEX #D37EFA Heliotrope

📋 copy color: '#D37EFA'

red 211 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #D37EFA

Tints of Heliotrope #D37EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.47%

 BLUE value IS 250 (98.05% from 255) = 42.59%

R = 35.95%
G = 21.47%
B = 42.59%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D37EFA (or 0xD37EFA) is known color: Heliotrope. HEX triplet: D3, 7E and FA. RGB value is (211,126,250). Sum of RGB (Red+Green+Blue) = 211+126+250=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #D37EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EFA is #2C8105. Grayscale: #A5A5A5. Windows color (decimal): -2916614 or 16416467. OLE color: 16416467.

HSL color Cylindrical-coordinate representation of color #D37EFA: hue angle of 281.13º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D37EFA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 126 250 -
CMYK 0.16 0.50 0 0.02
HSL 281.13º 0.93% 0.74% -
HSV(B) 281.13º 0.5% 0.98% -
XYZ 51.58 35.67 94.61 -
YUV 165.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 211 126 250 0.16 0.50 0 0.02 281.13 0.93 0.74
Hex D3 7E FA 10 32 0 2 119 5D 4A
Octal 323 176 372 20 62 0 2 431 135 112
Binary 11010011 1111110 11111010 10000 110010 0 10 100011001 1011101 1001010

Color Harmonies of #D37EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37EFA

Black with #D37EFA

Text Example


Text Example

White with #D37EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37EFA; }

 p { color: rgb(211,126,250); }

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

background-color css

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

 a { background-color: rgb(211,126,250); }

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

border-color css

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

 span { border-color: rgb(211,126,250); }

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