Html Css Color HEX #D58EFD Heliotrope

📋 copy color: '#D58EFD'

red 213 ◦ green 142 ◦ blue 253

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

Shades of Heliotrope #D58EFD

Tints of Heliotrope #D58EFD

RGB

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

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

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

R = 35.03%
G = 23.36%
B = 41.61%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58EFD (or 0xD58EFD) is known color: Heliotrope. HEX triplet: D5, 8E and FD. RGB value is (213,142,253). Sum of RGB (Red+Green+Blue) = 213+142+253=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 253 (99.22% from 255 or 41.61% from 608); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EFD is #2A7102. Grayscale: #AFAFAF. Windows color (decimal): -2781443 or 16617173. OLE color: 16617173.

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

Color convert

RGB 213 142 253 -
CMYK 0.16 0.44 0 0.01
HSL 278.38º 0.97% 0.77% -
HSV(B) 278.38º 0.44% 0.99% -
XYZ 54.84 40.58 97.87 -
YUV 175.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 213 142 253 0.16 0.44 0 0.01 278.38 0.97 0.77
Hex D5 8E FD 10 2C 0 1 116 61 4D
Octal 325 216 375 20 54 0 1 426 141 115
Binary 11010101 10001110 11111101 10000 101100 0 1 100010110 1100001 1001101

Color Harmonies of #D58EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EFD

Black with #D58EFD

Text Example


Text Example

White with #D58EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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