Html Css Color HEX #DC82F7 Heliotrope

📋 copy color: '#DC82F7'

red 220 ◦ green 130 ◦ blue 247

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

Shades of Heliotrope #DC82F7

Tints of Heliotrope #DC82F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.37%

R = 36.85%
G = 21.78%
B = 41.37%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DC82F7 (or 0xDC82F7) is known color: Heliotrope. HEX triplet: DC, 82 and F7. RGB value is (220,130,247). Sum of RGB (Red+Green+Blue) = 220+130+247=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 247 (96.88% from 255 or 41.37% from 597); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC82F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC82F7 is #237D08. Grayscale: #A9A9A9. Windows color (decimal): -2325769 or 16220892. OLE color: 16220892.

HSL color Cylindrical-coordinate representation of color #DC82F7: hue angle of 286.15º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC82F7 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 130 247 -
CMYK 0.11 0.47 0 0.03
HSL 286.15º 0.88% 0.74% -
HSV(B) 286.15º 0.47% 0.97% -
XYZ 54.29 37.9 92.45 -
YUV 170.25 171.32 163.49 -
System Red Green Blue C M Y K H S L
Decimal 220 130 247 0.11 0.47 0 0.03 286.15 0.88 0.74
Hex DC 82 F7 B 2F 0 3 11E 58 4A
Octal 334 202 367 13 57 0 3 436 130 112
Binary 11011100 10000010 11110111 1011 101111 0 11 100011110 1011000 1001010

Color Harmonies of #DC82F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC82F7

Black with #DC82F7

Text Example


Text Example

White with #DC82F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC82F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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