Html Css Color HEX #D286FA Heliotrope

📋 copy color: '#D286FA'

red 210 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #D286FA

Tints of Heliotrope #D286FA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.56%

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

R = 35.35%
G = 22.56%
B = 42.09%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D286FA (or 0xD286FA) is known color: Heliotrope. HEX triplet: D2, 86 and FA. RGB value is (210,134,250). Sum of RGB (Red+Green+Blue) = 210+134+250=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #D286FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286FA is #2D7905. Grayscale: #A9A9A9. Windows color (decimal): -2980102 or 16418514. OLE color: 16418514.

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

Color convert

RGB 210 134 250 -
CMYK 0.16 0.46 0 0.02
HSL 279.31º 0.92% 0.75% -
HSV(B) 279.31º 0.46% 0.98% -
XYZ 52.36 37.65 94.95 -
YUV 169.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 210 134 250 0.16 0.46 0 0.02 279.31 0.92 0.75
Hex D2 86 FA 10 2E 0 2 117 5C 4B
Octal 322 206 372 20 56 0 2 427 134 113
Binary 11010010 10000110 11111010 10000 101110 0 10 100010111 1011100 1001011

Color Harmonies of #D286FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D286FA

Black with #D286FA

Text Example


Text Example

White with #D286FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D286FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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