Html Css Color HEX #DC82EF Heliotrope

📋 copy color: '#DC82EF'

red 220 ◦ green 130 ◦ blue 239

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

Shades of Heliotrope #DC82EF

Tints of Heliotrope #DC82EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 37.35%
G = 22.07%
B = 40.58%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC82EF (or 0xDC82EF) is known color: Heliotrope. HEX triplet: DC, 82 and EF. RGB value is (220,130,239). Sum of RGB (Red+Green+Blue) = 220+130+239=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC82EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82EF is #237D10. Grayscale: #A8A8A8. Windows color (decimal): -2325777 or 15696604. OLE color: 15696604.

HSL color Cylindrical-coordinate representation of color #DC82EF: hue angle of 289.54º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC82EF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 130 239 -
CMYK 0.08 0.46 0 0.06
HSL 289.54º 0.77% 0.72% -
HSV(B) 289.54º 0.46% 0.94% -
XYZ 53.08 37.41 86.09 -
YUV 169.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 220 130 239 0.08 0.46 0 0.06 289.54 0.77 0.72
Hex DC 82 EF 8 2E 0 6 122 4D 48
Octal 334 202 357 10 56 0 6 442 115 110
Binary 11011100 10000010 11101111 1000 101110 0 110 100100010 1001101 1001000

Color Harmonies of #DC82EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82EF

Black with #DC82EF

Text Example


Text Example

White with #DC82EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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