Html Css Color HEX #D57CEB Heliotrope

📋 copy color: '#D57CEB'

red 213 ◦ green 124 ◦ blue 235

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

Shades of Heliotrope #D57CEB

Tints of Heliotrope #D57CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.68%

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 37.24%
G = 21.68%
B = 41.08%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D57CEB (or 0xD57CEB) is known color: Heliotrope. HEX triplet: D5, 7C and EB. RGB value is (213,124,235). Sum of RGB (Red+Green+Blue) = 213+124+235=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #D57CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CEB is #2A8314. Grayscale: #A2A2A2. Windows color (decimal): -2786069 or 15432917. OLE color: 15432917.

HSL color Cylindrical-coordinate representation of color #D57CEB: hue angle of 288.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57CEB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 124 235 -
CMYK 0.09 0.47 0 0.08
HSL 288.11º 0.74% 0.7% -
HSV(B) 288.11º 0.47% 0.92% -
XYZ 49.64 34.56 82.65 -
YUV 163.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 213 124 235 0.09 0.47 0 0.08 288.11 0.74 0.7
Hex D5 7C EB 9 2F 0 8 120 4A 46
Octal 325 174 353 11 57 0 10 440 112 106
Binary 11010101 1111100 11101011 1001 101111 0 1000 100100000 1001010 1000110

Color Harmonies of #D57CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CEB

Black with #D57CEB

Text Example


Text Example

White with #D57CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CEB; }

 p { color: rgb(213,124,235); }

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

background-color css

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

 a { background-color: rgb(213,124,235); }

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

border-color css

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

 span { border-color: rgb(213,124,235); }

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