Html Css Color HEX #DC83FF Heliotrope

📋 copy color: '#DC83FF'

red 220 ◦ green 131 ◦ blue 255

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

Shades of Heliotrope #DC83FF

Tints of Heliotrope #DC83FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.08%

R = 36.3%
G = 21.62%
B = 42.08%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC83FF (or 0xDC83FF) is known color: Heliotrope. HEX triplet: DC, 83 and FF. RGB value is (220,131,255). Sum of RGB (Red+Green+Blue) = 220+131+255=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83FF is #237C00. Grayscale: #ABABAB. Windows color (decimal): -2325505 or 16745436. OLE color: 16745436.

HSL color Cylindrical-coordinate representation of color #DC83FF: hue angle of 283.06º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC83FF is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 131 255 -
CMYK 0.14 0.49 0 0
HSL 283.06º 1% 0.76% -
HSV(B) 283.06º 0.49% 1% -
XYZ 55.68 38.67 99.14 -
YUV 171.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 220 131 255 0.14 0.49 0 0 283.06 1 0.76
Hex DC 83 FF E 31 0 0 11B 64 4C
Octal 334 203 377 16 61 0 0 433 144 114
Binary 11011100 10000011 11111111 1110 110001 0 0 100011011 1100100 1001100

Color Harmonies of #DC83FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83FF

Black with #DC83FF

Text Example


Text Example

White with #DC83FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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