Html Css Color HEX #DC87E6 Violet

📋 copy color: '#DC87E6'

red 220 ◦ green 135 ◦ blue 230

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

Shades of Violet #DC87E6

Tints of Violet #DC87E6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.08%

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 37.61%
G = 23.08%
B = 39.32%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC87E6 (or 0xDC87E6) is known color: Violet. HEX triplet: DC, 87 and E6. RGB value is (220,135,230). Sum of RGB (Red+Green+Blue) = 220+135+230=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC87E6 is #237819. Grayscale: #AAAAAA. Windows color (decimal): -2324506 or 15108060. OLE color: 15108060.

HSL color Cylindrical-coordinate representation of color #DC87E6: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC87E6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 135 230 -
CMYK 0.04 0.41 0 0.10
HSL 293.68º 0.66% 0.72% -
HSV(B) 293.68º 0.41% 0.9% -
XYZ 52.46 38.26 79.48 -
YUV 171.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 220 135 230 0.04 0.41 0 0.10 293.68 0.66 0.72
Hex DC 87 E6 4 29 0 A 126 42 48
Octal 334 207 346 4 51 0 12 446 102 110
Binary 11011100 10000111 11100110 100 101001 0 1010 100100110 1000010 1001000

Color Harmonies of #DC87E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC87E6

Black with #DC87E6

Text Example


Text Example

White with #DC87E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC87E6; }

 p { color: rgb(220,135,230); }

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

background-color css

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

 a { background-color: rgb(220,135,230); }

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

border-color css

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

 span { border-color: rgb(220,135,230); }

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