Html Css Color HEX #D256FA Heliotrope

📋 copy color: '#D256FA'

red 210 ◦ green 86 ◦ blue 250

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

Shades of Heliotrope #D256FA

Tints of Heliotrope #D256FA

RGB

 RED value IS 210 (82.42% from 255) = 38.46%

 GREEN value IS 86 (33.98% from 255) = 15.75%

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

R = 38.46%
G = 15.75%
B = 45.79%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D256FA (or 0xD256FA) is known color: Heliotrope. HEX triplet: D2, 56 and FA. RGB value is (210,86,250). Sum of RGB (Red+Green+Blue) = 210+86+250=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #D256FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D256FA is #2DA905. Grayscale: #8D8D8D. Windows color (decimal): -2992390 or 16406226. OLE color: 16406226.

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

Color convert

RGB 210 86 250 -
CMYK 0.16 0.66 0 0.02
HSL 285.37º 0.94% 0.66% -
HSV(B) 285.37º 0.66% 0.98% -
XYZ 47.16 27.26 93.22 -
YUV 141.77 189.08 176.66 -
System Red Green Blue C M Y K H S L
Decimal 210 86 250 0.16 0.66 0 0.02 285.37 0.94 0.66
Hex D2 56 FA 10 42 0 2 11D 5E 42
Octal 322 126 372 20 102 0 2 435 136 102
Binary 11010010 1010110 11111010 10000 1000010 0 10 100011101 1011110 1000010

Color Harmonies of #D256FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256FA

Black with #D256FA

Text Example


Text Example

White with #D256FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256FA; }

 p { color: rgb(210,86,250); }

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

background-color css

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

 a { background-color: rgb(210,86,250); }

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

border-color css

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

 span { border-color: rgb(210,86,250); }

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