Html Css Color HEX #DC86F1 Heliotrope

📋 copy color: '#DC86F1'

red 220 ◦ green 134 ◦ blue 241

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

Shades of Heliotrope #DC86F1

Tints of Heliotrope #DC86F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.5%

R = 36.97%
G = 22.52%
B = 40.5%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC86F1 (or 0xDC86F1) is known color: Heliotrope. HEX triplet: DC, 86 and F1. RGB value is (220,134,241). Sum of RGB (Red+Green+Blue) = 220+134+241=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86F1 is #23790E. Grayscale: #ABABAB. Windows color (decimal): -2324751 or 15828700. OLE color: 15828700.

HSL color Cylindrical-coordinate representation of color #DC86F1: hue angle of 288.22º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC86F1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 134 241 -
CMYK 0.09 0.44 0 0.05
HSL 288.22º 0.79% 0.74% -
HSV(B) 288.22º 0.44% 0.95% -
XYZ 53.92 38.62 87.83 -
YUV 171.91 166.99 162.3 -
System Red Green Blue C M Y K H S L
Decimal 220 134 241 0.09 0.44 0 0.05 288.22 0.79 0.74
Hex DC 86 F1 9 2C 0 5 120 4F 4A
Octal 334 206 361 11 54 0 5 440 117 112
Binary 11011100 10000110 11110001 1001 101100 0 101 100100000 1001111 1001010

Color Harmonies of #DC86F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86F1

Black with #DC86F1

Text Example


Text Example

White with #DC86F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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