Html Css Color HEX #D15EFD Heliotrope

📋 copy color: '#D15EFD'

red 209 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #D15EFD

Tints of Heliotrope #D15EFD

RGB

 RED value IS 209 (82.03% from 255) = 37.59%

 GREEN value IS 94 (37.11% from 255) = 16.91%

 BLUE value IS 253 (99.22% from 255) = 45.5%

R = 37.59%
G = 16.91%
B = 45.5%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D15EFD (or 0xD15EFD) is known color: Heliotrope. HEX triplet: D1, 5E and FD. RGB value is (209,94,253). Sum of RGB (Red+Green+Blue) = 209+94+253=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 94 (37.11% from 255 or 16.91% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #D15EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15EFD is #2EA102. Grayscale: #919191. Windows color (decimal): -3055875 or 16604881. OLE color: 16604881.

HSL color Cylindrical-coordinate representation of color #D15EFD: hue angle of 283.4º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D15EFD is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 94 253 -
CMYK 0.17 0.63 0 0.01
HSL 283.4º 0.98% 0.68% -
HSV(B) 283.4º 0.63% 0.99% -
XYZ 48.03 28.65 95.93 -
YUV 146.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 209 94 253 0.17 0.63 0 0.01 283.4 0.98 0.68
Hex D1 5E FD 11 3F 0 1 11B 62 44
Octal 321 136 375 21 77 0 1 433 142 104
Binary 11010001 1011110 11111101 10001 111111 0 1 100011011 1100010 1000100

Color Harmonies of #D15EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15EFD

Black with #D15EFD

Text Example


Text Example

White with #D15EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15EFD; }

 p { color: rgb(209,94,253); }

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

background-color css

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

 a { background-color: rgb(209,94,253); }

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

border-color css

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

 span { border-color: rgb(209,94,253); }

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