Html Css Color HEX #C58CC9 Lilac

📋 copy color: '#C58CC9'

red 197 ◦ green 140 ◦ blue 201

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

Shades of Lilac #C58CC9

Tints of Lilac #C58CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 36.62%
G = 26.02%
B = 37.36%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C58CC9 (or 0xC58CC9) is known color: Lilac. HEX triplet: C5, 8C and C9. RGB value is (197,140,201). Sum of RGB (Red+Green+Blue) = 197+140+201=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 201 - color contains mainly: blue. Hex color #C58CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CC9 is #3A7336. Grayscale: #A3A3A3. Windows color (decimal): -3830583 or 13208773. OLE color: 13208773.

HSL color Cylindrical-coordinate representation of color #C58CC9: hue angle of 296.07º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58CC9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 140 201 -
CMYK 0.02 0.30 0 0.21
HSL 296.07º 0.36% 0.67% -
HSV(B) 296.07º 0.3% 0.79% -
XYZ 42.95 34.84 59.72 -
YUV 164 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 197 140 201 0.02 0.30 0 0.21 296.07 0.36 0.67
Hex C5 8C C9 2 1E 0 15 128 24 43
Octal 305 214 311 2 36 0 25 450 44 103
Binary 11000101 10001100 11001001 10 11110 0 10101 100101000 100100 1000011

Color Harmonies of #C58CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CC9

Black with #C58CC9

Text Example


Text Example

White with #C58CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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