Html Css Color HEX #D57CFB Heliotrope

📋 copy color: '#D57CFB'

red 213 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #D57CFB

Tints of Heliotrope #D57CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.69%

R = 36.22%
G = 21.09%
B = 42.69%

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

#D57CFB (or 0xD57CFB) is known color: Heliotrope. HEX triplet: D5, 7C and FB. RGB value is (213,124,251). Sum of RGB (Red+Green+Blue) = 213+124+251=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 124 (48.83% from 255 or 21.09% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #D57CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CFB is #2A8304. Grayscale: #A4A4A4. Windows color (decimal): -2786053 or 16481493. OLE color: 16481493.

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

Color convert

RGB 213 124 251 -
CMYK 0.15 0.51 0 0.02
HSL 282.05º 0.94% 0.74% -
HSV(B) 282.05º 0.51% 0.98% -
XYZ 52.06 35.53 95.38 -
YUV 165.09 176.49 162.17 -
System Red Green Blue C M Y K H S L
Decimal 213 124 251 0.15 0.51 0 0.02 282.05 0.94 0.74
Hex D5 7C FB F 33 0 2 11A 5E 4A
Octal 325 174 373 17 63 0 2 432 136 112
Binary 11010101 1111100 11111011 1111 110011 0 10 100011010 1011110 1001010

Color Harmonies of #D57CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CFB

Black with #D57CFB

Text Example


Text Example

White with #D57CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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