Html Css Color HEX #DC83EE Violet

📋 copy color: '#DC83EE'

red 220 ◦ green 131 ◦ blue 238

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

Shades of Violet #DC83EE

Tints of Violet #DC83EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 37.35%
G = 22.24%
B = 40.41%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC83EE (or 0xDC83EE) is known color: Violet. HEX triplet: DC, 83 and EE. RGB value is (220,131,238). Sum of RGB (Red+Green+Blue) = 220+131+238=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83EE is #237C11. Grayscale: #A9A9A9. Windows color (decimal): -2325522 or 15631324. OLE color: 15631324.

HSL color Cylindrical-coordinate representation of color #DC83EE: hue angle of 289.91º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC83EE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 131 238 -
CMYK 0.08 0.45 0 0.07
HSL 289.91º 0.76% 0.72% -
HSV(B) 289.91º 0.45% 0.93% -
XYZ 53.06 37.62 85.35 -
YUV 169.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 220 131 238 0.08 0.45 0 0.07 289.91 0.76 0.72
Hex DC 83 EE 8 2D 0 7 122 4C 48
Octal 334 203 356 10 55 0 7 442 114 110
Binary 11011100 10000011 11101110 1000 101101 0 111 100100010 1001100 1001000

Color Harmonies of #DC83EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83EE

Black with #DC83EE

Text Example


Text Example

White with #DC83EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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