Html Css Color HEX #D37EFC Heliotrope

📋 copy color: '#D37EFC'

red 211 ◦ green 126 ◦ blue 252

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

Shades of Heliotrope #D37EFC

Tints of Heliotrope #D37EFC

RGB

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

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

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

R = 35.82%
G = 21.39%
B = 42.78%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D37EFC (or 0xD37EFC) is known color: Heliotrope. HEX triplet: D3, 7E and FC. RGB value is (211,126,252). Sum of RGB (Red+Green+Blue) = 211+126+252=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #D37EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D37EFC is #2C8103. Grayscale: #A5A5A5. Windows color (decimal): -2916612 or 16547539. OLE color: 16547539.

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

Color convert

RGB 211 126 252 -
CMYK 0.16 0.5 0 0.01
HSL 280.48º 0.95% 0.74% -
HSV(B) 280.48º 0.5% 0.99% -
XYZ 51.9 35.8 96.27 -
YUV 165.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 211 126 252 0.16 0.5 0 0.01 280.48 0.95 0.74
Hex D3 7E FC 10 32 0 1 118 5F 4A
Octal 323 176 374 20 62 0 1 430 137 112
Binary 11010011 1111110 11111100 10000 110010 0 1 100011000 1011111 1001010

Color Harmonies of #D37EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37EFC

Black with #D37EFC

Text Example


Text Example

White with #D37EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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