Html Css Color HEX #C58ACF Lilac

📋 copy color: '#C58ACF'

red 197 ◦ green 138 ◦ blue 207

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

Shades of Lilac #C58ACF

Tints of Lilac #C58ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 36.35%
G = 25.46%
B = 38.19%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C58ACF (or 0xC58ACF) is known color: Lilac. HEX triplet: C5, 8A and CF. RGB value is (197,138,207). Sum of RGB (Red+Green+Blue) = 197+138+207=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 207 - color contains mainly: blue. Hex color #C58ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ACF is #3A7530. Grayscale: #A3A3A3. Windows color (decimal): -3831089 or 13601477. OLE color: 13601477.

HSL color Cylindrical-coordinate representation of color #C58ACF: hue angle of 291.3º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58ACF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 138 207 -
CMYK 0.05 0.33 0 0.19
HSL 291.3º 0.42% 0.68% -
HSV(B) 291.3º 0.33% 0.81% -
XYZ 43.38 34.55 63.41 -
YUV 163.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 197 138 207 0.05 0.33 0 0.19 291.3 0.42 0.68
Hex C5 8A CF 5 21 0 13 123 2A 44
Octal 305 212 317 5 41 0 23 443 52 104
Binary 11000101 10001010 11001111 101 100001 0 10011 100100011 101010 1000100

Color Harmonies of #C58ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58ACF

Black with #C58ACF

Text Example


Text Example

White with #C58ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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