Html Css Color HEX #C58DCF Lilac

📋 copy color: '#C58DCF'

red 197 ◦ green 141 ◦ blue 207

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

Shades of Lilac #C58DCF

Tints of Lilac #C58DCF

RGB

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

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

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

R = 36.15%
G = 25.87%
B = 37.98%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C58DCF (or 0xC58DCF) is known color: Lilac. HEX triplet: C5, 8D and CF. RGB value is (197,141,207). Sum of RGB (Red+Green+Blue) = 197+141+207=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #C58DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DCF is #3A7230. Grayscale: #A5A5A5. Windows color (decimal): -3830321 or 13602245. OLE color: 13602245.

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

Color convert

RGB 197 141 207 -
CMYK 0.05 0.32 0 0.19
HSL 290.91º 0.41% 0.68% -
HSV(B) 290.91º 0.32% 0.81% -
XYZ 43.81 35.43 63.56 -
YUV 165.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 197 141 207 0.05 0.32 0 0.19 290.91 0.41 0.68
Hex C5 8D CF 5 20 0 13 123 29 44
Octal 305 215 317 5 40 0 23 443 51 104
Binary 11000101 10001101 11001111 101 100000 0 10011 100100011 101001 1000100

Color Harmonies of #C58DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DCF

Black with #C58DCF

Text Example


Text Example

White with #C58DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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