Html Css Color HEX #C58AC8 Lilac

📋 copy color: '#C58AC8'

red 197 ◦ green 138 ◦ blue 200

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

Shades of Lilac #C58AC8

Tints of Lilac #C58AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 36.82%
G = 25.79%
B = 37.38%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C58AC8 (or 0xC58AC8) is known color: Lilac. HEX triplet: C5, 8A and C8. RGB value is (197,138,200). Sum of RGB (Red+Green+Blue) = 197+138+200=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #C58AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC8 is #3A7537. Grayscale: #A2A2A2. Windows color (decimal): -3831096 or 13142725. OLE color: 13142725.

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

Color convert

RGB 197 138 200 -
CMYK 0.02 0.31 0 0.22
HSL 297.1º 0.36% 0.66% -
HSV(B) 297.1º 0.31% 0.78% -
XYZ 42.54 34.22 59.01 -
YUV 162.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 197 138 200 0.02 0.31 0 0.22 297.1 0.36 0.66
Hex C5 8A C8 2 1F 0 16 129 24 42
Octal 305 212 310 2 37 0 26 451 44 102
Binary 11000101 10001010 11001000 10 11111 0 10110 100101001 100100 1000010

Color Harmonies of #C58AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58AC8

Black with #C58AC8

Text Example


Text Example

White with #C58AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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