Html Css Color HEX #D58EFF Heliotrope

📋 copy color: '#D58EFF'

red 213 ◦ green 142 ◦ blue 255

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

Shades of Heliotrope #D58EFF

Tints of Heliotrope #D58EFF

RGB

 RED value IS 213 (83.59% from 255) = 34.92%

 GREEN value IS 142 (55.86% from 255) = 23.28%

 BLUE value IS 255 (100% from 255) = 41.8%

R = 34.92%
G = 23.28%
B = 41.8%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D58EFF (or 0xD58EFF) is known color: Heliotrope. HEX triplet: D5, 8E and FF. RGB value is (213,142,255). Sum of RGB (Red+Green+Blue) = 213+142+255=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D58EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EFF is #2A7100. Grayscale: #AFAFAF. Windows color (decimal): -2781441 or 16748245. OLE color: 16748245.

HSL color Cylindrical-coordinate representation of color #D58EFF: hue angle of 277.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58EFF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 142 255 -
CMYK 0.16 0.44 0 0
HSL 277.7º 1% 0.78% -
HSV(B) 277.7º 0.44% 1% -
XYZ 55.16 40.71 99.56 -
YUV 176.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 213 142 255 0.16 0.44 0 0 277.7 1 0.78
Hex D5 8E FF 10 2C 0 0 116 64 4E
Octal 325 216 377 20 54 0 0 426 144 116
Binary 11010101 10001110 11111111 10000 101100 0 0 100010110 1100100 1001110

Color Harmonies of #D58EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EFF

Black with #D58EFF

Text Example


Text Example

White with #D58EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EFF; }

 p { color: rgb(213,142,255); }

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

background-color css

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

 a { background-color: rgb(213,142,255); }

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

border-color css

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

 span { border-color: rgb(213,142,255); }

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