#DC7CEB

Color #DC7CEB Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #DC7CEB

Tints of Violet #DC7CEB

Color information

#DC7CEB (or 0xDC7CEB) is unknown color: approx Violet. HEX triplet: DC, 7C and EB. RGB value is (220,124,235). Sum of RGB (Red+Green+Blue) = 220+124+235=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7CEB is #238314. Grayscale: #A5A5A5. Windows color (decimal): -2327317 or 15432924. OLE color: 15432924.

HSL color Cylindrical-coordinate representation of color #DC7CEB: hue angle of 291.89º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7CEB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220124235-
CMYK0.060.4700.08
HSL291.89º73.51%70.39%-
HSV(B)291.89º47.23%92.16%-
XYZ51.7235.6382.75-
YUV165.36167.3166.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 124 (48.83% from 255) = 21.42%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=38.00%
G=21.42%
B=40.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201242350.060.4700.08291.8973.5170.39
HexDC7CEB62F081244a46
Octal334174353657010444112106
Binary110111001111100111010111101011110100010010010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7CEB; }

 p { color: rgb(220,124,235); }

 H1.HeaderClassName
 {
   color: #DC7CEB;
 }
 .AnyTagClassName
 {
   color: #DC7CEB;
 }
</style>
background-color css

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

 a { background-color: rgb(220,124,235); }

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

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

 span { border-color: rgb(220,124,235); }

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