Html Css Color HEX #D57CFC Heliotrope

📋 copy color: '#D57CFC'

red 213 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #D57CFC

Tints of Heliotrope #D57CFC

RGB

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

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

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

R = 36.16%
G = 21.05%
B = 42.78%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57CFC (or 0xD57CFC) is known color: Heliotrope. HEX triplet: D5, 7C and FC. RGB value is (213,124,252). Sum of RGB (Red+Green+Blue) = 213+124+252=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 124 (48.83% from 255 or 21.05% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #D57CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57CFC is #2A8303. Grayscale: #A4A4A4. Windows color (decimal): -2786052 or 16547029. OLE color: 16547029.

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

Color convert

RGB 213 124 252 -
CMYK 0.15 0.51 0 0.01
HSL 281.72º 0.96% 0.74% -
HSV(B) 281.72º 0.51% 0.99% -
XYZ 52.22 35.59 96.21 -
YUV 165.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 213 124 252 0.15 0.51 0 0.01 281.72 0.96 0.74
Hex D5 7C FC F 33 0 1 11A 60 4A
Octal 325 174 374 17 63 0 1 432 140 112
Binary 11010101 1111100 11111100 1111 110011 0 1 100011010 1100000 1001010

Color Harmonies of #D57CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CFC

Black with #D57CFC

Text Example


Text Example

White with #D57CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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