Html Css Color HEX #DC86FA Heliotrope

📋 copy color: '#DC86FA'

red 220 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #DC86FA

Tints of Heliotrope #DC86FA

RGB

 RED value IS 220 (86.33% from 255) = 36.42%

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

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

R = 36.42%
G = 22.19%
B = 41.39%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC86FA (or 0xDC86FA) is known color: Heliotrope. HEX triplet: DC, 86 and FA. RGB value is (220,134,250). Sum of RGB (Red+Green+Blue) = 220+134+250=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 134 (52.73% from 255 or 22.19% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86FA is #237905. Grayscale: #ACACAC. Windows color (decimal): -2324742 or 16418524. OLE color: 16418524.

HSL color Cylindrical-coordinate representation of color #DC86FA: hue angle of 284.48º 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 #DC86FA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 134 250 -
CMYK 0.12 0.46 0 0.02
HSL 284.48º 0.92% 0.75% -
HSV(B) 284.48º 0.46% 0.98% -
XYZ 55.3 39.17 95.09 -
YUV 172.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 220 134 250 0.12 0.46 0 0.02 284.48 0.92 0.75
Hex DC 86 FA C 2E 0 2 11C 5C 4B
Octal 334 206 372 14 56 0 2 434 134 113
Binary 11011100 10000110 11111010 1100 101110 0 10 100011100 1011100 1001011

Color Harmonies of #DC86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86FA

Black with #DC86FA

Text Example


Text Example

White with #DC86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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