Html Css Color HEX #C58AC6 Lilac

📋 copy color: '#C58AC6'

red 197 ◦ green 138 ◦ blue 198

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

Shades of Lilac #C58AC6

Tints of Lilac #C58AC6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.89%

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

R = 36.96%
G = 25.89%
B = 37.15%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C58AC6 (or 0xC58AC6) is known color: Lilac. HEX triplet: C5, 8A and C6. RGB value is (197,138,198). Sum of RGB (Red+Green+Blue) = 197+138+198=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 198 - color contains mainly: blue. Hex color #C58AC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC6 is #3A7539. Grayscale: #A2A2A2. Windows color (decimal): -3831098 or 13011653. OLE color: 13011653.

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

Color convert

RGB 197 138 198 -
CMYK 0.01 0.30 0 0.22
HSL 299º 0.34% 0.66% -
HSV(B) 299º 0.3% 0.78% -
XYZ 42.31 34.12 57.78 -
YUV 162.48 148.05 152.62 -
System Red Green Blue C M Y K H S L
Decimal 197 138 198 0.01 0.30 0 0.22 299 0.34 0.66
Hex C5 8A C6 1 1E 0 16 12B 22 42
Octal 305 212 306 1 36 0 26 453 42 102
Binary 11000101 10001010 11000110 1 11110 0 10110 100101011 100010 1000010

Color Harmonies of #C58AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AC6

Black with #C58AC6

Text Example


Text Example

White with #C58AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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