Html Css Color HEX #D57CFD Heliotrope

📋 copy color: '#D57CFD'

red 213 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #D57CFD

Tints of Heliotrope #D57CFD

RGB

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

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

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

R = 36.1%
G = 21.02%
B = 42.88%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57CFD (or 0xD57CFD) is known color: Heliotrope. HEX triplet: D5, 7C and FD. RGB value is (213,124,253). Sum of RGB (Red+Green+Blue) = 213+124+253=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #D57CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CFD is #2A8302. Grayscale: #A4A4A4. Windows color (decimal): -2786051 or 16612565. OLE color: 16612565.

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

Color convert

RGB 213 124 253 -
CMYK 0.16 0.51 0 0.01
HSL 281.4º 0.97% 0.74% -
HSV(B) 281.4º 0.51% 0.99% -
XYZ 52.38 35.65 97.05 -
YUV 165.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 213 124 253 0.16 0.51 0 0.01 281.4 0.97 0.74
Hex D5 7C FD 10 33 0 1 119 61 4A
Octal 325 174 375 20 63 0 1 431 141 112
Binary 11010101 1111100 11111101 10000 110011 0 1 100011001 1100001 1001010

Color Harmonies of #D57CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CFD

Black with #D57CFD

Text Example


Text Example

White with #D57CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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