Html Css Color HEX #DC83ED Violet

📋 copy color: '#DC83ED'

red 220 ◦ green 131 ◦ blue 237

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

Shades of Violet #DC83ED

Tints of Violet #DC83ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.31%

R = 37.41%
G = 22.28%
B = 40.31%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC83ED (or 0xDC83ED) is known color: Violet. HEX triplet: DC, 83 and ED. RGB value is (220,131,237). Sum of RGB (Red+Green+Blue) = 220+131+237=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC83ED is #237C12. Grayscale: #A9A9A9. Windows color (decimal): -2325523 or 15565788. OLE color: 15565788.

HSL color Cylindrical-coordinate representation of color #DC83ED: hue angle of 290.38º degrees, saturation: 0.75, 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 #DC83ED is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 131 237 -
CMYK 0.07 0.45 0 0.07
HSL 290.38º 0.75% 0.72% -
HSV(B) 290.38º 0.45% 0.93% -
XYZ 52.92 37.56 84.58 -
YUV 169.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 220 131 237 0.07 0.45 0 0.07 290.38 0.75 0.72
Hex DC 83 ED 7 2D 0 7 122 4B 48
Octal 334 203 355 7 55 0 7 442 113 110
Binary 11011100 10000011 11101101 111 101101 0 111 100100010 1001011 1001000

Color Harmonies of #DC83ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC83ED

Black with #DC83ED

Text Example


Text Example

White with #DC83ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC83ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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