Html Css Color HEX #D57BFA Heliotrope

📋 copy color: '#D57BFA'

red 213 ◦ green 123 ◦ blue 250

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

Shades of Heliotrope #D57BFA

Tints of Heliotrope #D57BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.99%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 36.35%
G = 20.99%
B = 42.66%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D57BFA (or 0xD57BFA) is known color: Heliotrope. HEX triplet: D5, 7B and FA. RGB value is (213,123,250). Sum of RGB (Red+Green+Blue) = 213+123+250=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #D57BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57BFA is #2A8405. Grayscale: #A3A3A3. Windows color (decimal): -2786310 or 16415701. OLE color: 16415701.

HSL color Cylindrical-coordinate representation of color #D57BFA: hue angle of 282.52º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57BFA is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 123 250 -
CMYK 0.15 0.51 0 0.02
HSL 282.52º 0.93% 0.73% -
HSV(B) 282.52º 0.51% 0.98% -
XYZ 51.78 35.21 94.51 -
YUV 164.39 176.32 162.67 -
System Red Green Blue C M Y K H S L
Decimal 213 123 250 0.15 0.51 0 0.02 282.52 0.93 0.73
Hex D5 7B FA F 33 0 2 11B 5D 49
Octal 325 173 372 17 63 0 2 433 135 111
Binary 11010101 1111011 11111010 1111 110011 0 10 100011011 1011101 1001001

Color Harmonies of #D57BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BFA

Black with #D57BFA

Text Example


Text Example

White with #D57BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BFA; }

 p { color: rgb(213,123,250); }

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

background-color css

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

 a { background-color: rgb(213,123,250); }

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

border-color css

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

 span { border-color: rgb(213,123,250); }

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