Html Css Color HEX #DC82FB Heliotrope

📋 copy color: '#DC82FB'

red 220 ◦ green 130 ◦ blue 251

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

Shades of Heliotrope #DC82FB

Tints of Heliotrope #DC82FB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.63%

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

R = 36.61%
G = 21.63%
B = 41.76%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC82FB (or 0xDC82FB) is known color: Heliotrope. HEX triplet: DC, 82 and FB. RGB value is (220,130,251). Sum of RGB (Red+Green+Blue) = 220+130+251=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC82FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82FB is #237D04. Grayscale: #AAAAAA. Windows color (decimal): -2325765 or 16483036. OLE color: 16483036.

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

Color convert

RGB 220 130 251 -
CMYK 0.12 0.48 0 0.02
HSL 284.63º 0.94% 0.75% -
HSV(B) 284.63º 0.48% 0.98% -
XYZ 54.91 38.15 95.74 -
YUV 170.7 173.32 163.16 -
System Red Green Blue C M Y K H S L
Decimal 220 130 251 0.12 0.48 0 0.02 284.63 0.94 0.75
Hex DC 82 FB C 30 0 2 11D 5E 4B
Octal 334 202 373 14 60 0 2 435 136 113
Binary 11011100 10000010 11111011 1100 110000 0 10 100011101 1011110 1001011

Color Harmonies of #DC82FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82FB

Black with #DC82FB

Text Example


Text Example

White with #DC82FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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