Html Css Color HEX #C58DC6 Lilac

📋 copy color: '#C58DC6'

red 197 ◦ green 141 ◦ blue 198

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

Shades of Lilac #C58DC6

Tints of Lilac #C58DC6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.31%

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 36.75%
G = 26.31%
B = 36.94%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C58DC6 (or 0xC58DC6) is known color: Lilac. HEX triplet: C5, 8D and C6. RGB value is (197,141,198). Sum of RGB (Red+Green+Blue) = 197+141+198=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 198 - color contains mainly: blue. Hex color #C58DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DC6 is #3A7239. Grayscale: #A4A4A4. Windows color (decimal): -3830330 or 13012421. OLE color: 13012421.

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

Color convert

RGB 197 141 198 -
CMYK 0.01 0.29 0 0.22
HSL 298.95º 0.33% 0.66% -
HSV(B) 298.95º 0.29% 0.78% -
XYZ 42.74 35 57.93 -
YUV 164.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 197 141 198 0.01 0.29 0 0.22 298.95 0.33 0.66
Hex C5 8D C6 1 1D 0 16 12B 21 42
Octal 305 215 306 1 35 0 26 453 41 102
Binary 11000101 10001101 11000110 1 11101 0 10110 100101011 100001 1000010

Color Harmonies of #C58DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DC6

Black with #C58DC6

Text Example


Text Example

White with #C58DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DC6; }

 p { color: rgb(197,141,198); }

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

background-color css

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

 a { background-color: rgb(197,141,198); }

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

border-color css

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

 span { border-color: rgb(197,141,198); }

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