Html Css Color HEX #DC86FB Heliotrope

📋 copy color: '#DC86FB'

red 220 ◦ green 134 ◦ blue 251

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

Shades of Heliotrope #DC86FB

Tints of Heliotrope #DC86FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.49%

R = 36.36%
G = 22.15%
B = 41.49%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC86FB (or 0xDC86FB) is known color: Heliotrope. HEX triplet: DC, 86 and FB. RGB value is (220,134,251). Sum of RGB (Red+Green+Blue) = 220+134+251=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC86FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC86FB is #237904. Grayscale: #ACACAC. Windows color (decimal): -2324741 or 16484060. OLE color: 16484060.

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

Color convert

RGB 220 134 251 -
CMYK 0.12 0.47 0 0.02
HSL 284.1º 0.94% 0.75% -
HSV(B) 284.1º 0.47% 0.98% -
XYZ 55.45 39.23 95.92 -
YUV 173.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 220 134 251 0.12 0.47 0 0.02 284.1 0.94 0.75
Hex DC 86 FB C 2F 0 2 11C 5E 4B
Octal 334 206 373 14 57 0 2 434 136 113
Binary 11011100 10000110 11111011 1100 101111 0 10 100011100 1011110 1001011

Color Harmonies of #DC86FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC86FB

Black with #DC86FB

Text Example


Text Example

White with #DC86FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC86FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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