Html Css Color HEX #C58CC0 Lilac

📋 copy color: '#C58CC0'

red 197 ◦ green 140 ◦ blue 192

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

Shades of Lilac #C58CC0

Tints of Lilac #C58CC0

RGB

 RED value IS 197 (77.34% from 255) = 37.24%

 GREEN value IS 140 (55.08% from 255) = 26.47%

 BLUE value IS 192 (75.39% from 255) = 36.29%

R = 37.24%
G = 26.47%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C58CC0 (or 0xC58CC0) is known color: Lilac. HEX triplet: C5, 8C and C0. RGB value is (197,140,192). Sum of RGB (Red+Green+Blue) = 197+140+192=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C58CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CC0 is #3A733F. Grayscale: #A2A2A2. Windows color (decimal): -3830592 or 12618949. OLE color: 12618949.

HSL color Cylindrical-coordinate representation of color #C58CC0: hue angle of 305.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58CC0 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 140 192 -
CMYK 0 0.29 0.03 0.23
HSL 305.26º 0.33% 0.66% -
HSV(B) 305.26º 0.29% 0.77% -
XYZ 41.92 34.43 54.31 -
YUV 162.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 197 140 192 0 0.29 0.03 0.23 305.26 0.33 0.66
Hex C5 8C C0 0 1D 3 17 131 21 42
Octal 305 214 300 0 35 3 27 461 41 102
Binary 11000101 10001100 11000000 0 11101 11 10111 100110001 100001 1000010

Color Harmonies of #C58CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CC0

Black with #C58CC0

Text Example


Text Example

White with #C58CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CC0; }

 p { color: rgb(197,140,192); }

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

background-color css

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

 a { background-color: rgb(197,140,192); }

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

border-color css

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

 span { border-color: rgb(197,140,192); }

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