Html Css Color HEX #D57FFC Heliotrope

📋 copy color: '#D57FFC'

red 213 ◦ green 127 ◦ blue 252

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

Shades of Heliotrope #D57FFC

Tints of Heliotrope #D57FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 21.45%

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

R = 35.98%
G = 21.45%
B = 42.57%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D57FFC (or 0xD57FFC) is known color: Heliotrope. HEX triplet: D5, 7F and FC. RGB value is (213,127,252). Sum of RGB (Red+Green+Blue) = 213+127+252=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #D57FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57FFC is #2A8003. Grayscale: #A6A6A6. Windows color (decimal): -2785284 or 16547797. OLE color: 16547797.

HSL color Cylindrical-coordinate representation of color #D57FFC: hue angle of 281.28º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D57FFC is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 127 252 -
CMYK 0.15 0.50 0 0.01
HSL 281.28º 0.95% 0.74% -
HSV(B) 281.28º 0.5% 0.99% -
XYZ 52.6 36.35 96.34 -
YUV 166.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 213 127 252 0.15 0.50 0 0.01 281.28 0.95 0.74
Hex D5 7F FC F 32 0 1 119 5F 4A
Octal 325 177 374 17 62 0 1 431 137 112
Binary 11010101 1111111 11111100 1111 110010 0 1 100011001 1011111 1001010

Color Harmonies of #D57FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57FFC

Black with #D57FFC

Text Example


Text Example

White with #D57FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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