#C483CD

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

Shades of Lilac #C483CD

Tints of Lilac #C483CD

Color information

#C483CD (or 0xC483CD) is unknown color: approx Lilac. HEX triplet: C4, 83 and CD. RGB value is (196,131,205). Sum of RGB (Red+Green+Blue) = 196+131+205=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C483CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483CD is #3B7C32. Grayscale: #9E9E9E. Windows color (decimal): -3898419 or 13468612. OLE color: 13468612.

HSL color Cylindrical-coordinate representation of color #C483CD: hue angle of 292.7º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C483CD is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196131205-
CMYK0.040.3600.20
HSL292.7º42.53%65.88%-
HSV(B)292.7º36.1%80.39%-
XYZ41.932.3861.8-
YUV158.87154.03154.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=36.84%
G=24.62%
B=38.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961312050.040.3600.20292.742.5365.88
HexC483CD4240141252b42
Octal30420331544402444553102
Binary1100010010000011110011011001001000101001001001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483CD; }

 p { color: rgb(196,131,205); }

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

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

 a { background-color: rgb(196,131,205); }

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

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

 span { border-color: rgb(196,131,205); }

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