Html Css Color HEX #DC83F0 Heliotrope

📋 copy color: '#DC83F0'

red 220 ◦ green 131 ◦ blue 240

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

Shades of Heliotrope #DC83F0

Tints of Heliotrope #DC83F0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.17%

 BLUE value IS 240 (94.14% from 255) = 40.61%

R = 37.23%
G = 22.17%
B = 40.61%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC83F0 (or 0xDC83F0) is known color: Heliotrope. HEX triplet: DC, 83 and F0. RGB value is (220,131,240). Sum of RGB (Red+Green+Blue) = 220+131+240=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 240 (94.14% from 255 or 40.61% from 591); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC83F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83F0 is #237C0F. Grayscale: #A9A9A9. Windows color (decimal): -2325520 or 15762396. OLE color: 15762396.

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

Color convert

RGB 220 131 240 -
CMYK 0.08 0.45 0 0.06
HSL 288.99º 0.78% 0.73% -
HSV(B) 288.99º 0.45% 0.94% -
XYZ 53.36 37.74 86.91 -
YUV 170.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 220 131 240 0.08 0.45 0 0.06 288.99 0.78 0.73
Hex DC 83 F0 8 2D 0 6 121 4E 49
Octal 334 203 360 10 55 0 6 441 116 111
Binary 11011100 10000011 11110000 1000 101101 0 110 100100001 1001110 1001001

Color Harmonies of #DC83F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83F0

Black with #DC83F0

Text Example


Text Example

White with #DC83F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83F0; }

 p { color: rgb(220,131,240); }

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

background-color css

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

 a { background-color: rgb(220,131,240); }

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

border-color css

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

 span { border-color: rgb(220,131,240); }

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