Html Css Color HEX #DC83FD Heliotrope

📋 copy color: '#DC83FD'

red 220 ◦ green 131 ◦ blue 253

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

Shades of Heliotrope #DC83FD

Tints of Heliotrope #DC83FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 36.42%
G = 21.69%
B = 41.89%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC83FD (or 0xDC83FD) is known color: Heliotrope. HEX triplet: DC, 83 and FD. RGB value is (220,131,253). Sum of RGB (Red+Green+Blue) = 220+131+253=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC83FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FD is #237C02. Grayscale: #ABABAB. Windows color (decimal): -2325507 or 16614364. OLE color: 16614364.

HSL color Cylindrical-coordinate representation of color #DC83FD: hue angle of 283.77º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC83FD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 131 253 -
CMYK 0.13 0.48 0 0.01
HSL 283.77º 0.97% 0.75% -
HSV(B) 283.77º 0.48% 0.99% -
XYZ 55.36 38.54 97.45 -
YUV 171.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 220 131 253 0.13 0.48 0 0.01 283.77 0.97 0.75
Hex DC 83 FD D 30 0 1 11C 61 4B
Octal 334 203 375 15 60 0 1 434 141 113
Binary 11011100 10000011 11111101 1101 110000 0 1 100011100 1100001 1001011

Color Harmonies of #DC83FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83FD

Black with #DC83FD

Text Example


Text Example

White with #DC83FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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