Html Css Color HEX #D486FF Heliotrope

📋 copy color: '#D486FF'

red 212 ◦ green 134 ◦ blue 255

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

Shades of Heliotrope #D486FF

Tints of Heliotrope #D486FF

RGB

 RED value IS 212 (83.2% from 255) = 35.27%

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

 BLUE value IS 255 (100% from 255) = 42.43%

R = 35.27%
G = 22.3%
B = 42.43%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D486FF (or 0xD486FF) is known color: Heliotrope. HEX triplet: D4, 86 and FF. RGB value is (212,134,255). Sum of RGB (Red+Green+Blue) = 212+134+255=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 134 (52.73% from 255 or 22.30% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #D486FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486FF is #2B7900. Grayscale: #AAAAAA. Windows color (decimal): -2849025 or 16746196. OLE color: 16746196.

HSL color Cylindrical-coordinate representation of color #D486FF: hue angle of 278.68º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D486FF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 134 255 -
CMYK 0.17 0.47 0 0
HSL 278.68º 1% 0.76% -
HSV(B) 278.68º 0.47% 1% -
XYZ 53.73 38.27 99.16 -
YUV 171.12 175.34 157.16 -
System Red Green Blue C M Y K H S L
Decimal 212 134 255 0.17 0.47 0 0 278.68 1 0.76
Hex D4 86 FF 11 2F 0 0 117 64 4C
Octal 324 206 377 21 57 0 0 427 144 114
Binary 11010100 10000110 11111111 10001 101111 0 0 100010111 1100100 1001100

Color Harmonies of #D486FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D486FF

Black with #D486FF

Text Example


Text Example

White with #D486FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D486FF; }

 p { color: rgb(212,134,255); }

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

background-color css

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

 a { background-color: rgb(212,134,255); }

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

border-color css

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

 span { border-color: rgb(212,134,255); }

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