Html Css Color HEX #D58EFC Heliotrope

📋 copy color: '#D58EFC'

red 213 ◦ green 142 ◦ blue 252

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

Shades of Heliotrope #D58EFC

Tints of Heliotrope #D58EFC

RGB

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

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

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

R = 35.09%
G = 23.39%
B = 41.52%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D58EFC (or 0xD58EFC) is known color: Heliotrope. HEX triplet: D5, 8E and FC. RGB value is (213,142,252). Sum of RGB (Red+Green+Blue) = 213+142+252=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #D58EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58EFC is #2A7103. Grayscale: #AFAFAF. Windows color (decimal): -2781444 or 16551637. OLE color: 16551637.

HSL color Cylindrical-coordinate representation of color #D58EFC: hue angle of 278.73º degrees, saturation: 0.95, 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 #D58EFC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 142 252 -
CMYK 0.15 0.44 0 0.01
HSL 278.73º 0.95% 0.77% -
HSV(B) 278.73º 0.44% 0.99% -
XYZ 54.68 40.52 97.03 -
YUV 175.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 213 142 252 0.15 0.44 0 0.01 278.73 0.95 0.77
Hex D5 8E FC F 2C 0 1 117 5F 4D
Octal 325 216 374 17 54 0 1 427 137 115
Binary 11010101 10001110 11111100 1111 101100 0 1 100010111 1011111 1001101

Color Harmonies of #D58EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58EFC

Black with #D58EFC

Text Example


Text Example

White with #D58EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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