Html Css Color HEX #C58DCD Lilac

📋 copy color: '#C58DCD'

red 197 ◦ green 141 ◦ blue 205

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

Shades of Lilac #C58DCD

Tints of Lilac #C58DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.75%

R = 36.28%
G = 25.97%
B = 37.75%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C58DCD (or 0xC58DCD) is known color: Lilac. HEX triplet: C5, 8D and CD. RGB value is (197,141,205). Sum of RGB (Red+Green+Blue) = 197+141+205=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DCD is #3A7232. Grayscale: #A4A4A4. Windows color (decimal): -3830323 or 13471173. OLE color: 13471173.

HSL color Cylindrical-coordinate representation of color #C58DCD: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58DCD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 141 205 -
CMYK 0.04 0.31 0 0.20
HSL 292.5º 0.39% 0.68% -
HSV(B) 292.5º 0.31% 0.8% -
XYZ 43.57 35.33 62.28 -
YUV 165.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 197 141 205 0.04 0.31 0 0.20 292.5 0.39 0.68
Hex C5 8D CD 4 1F 0 14 124 27 44
Octal 305 215 315 4 37 0 24 444 47 104
Binary 11000101 10001101 11001101 100 11111 0 10100 100100100 100111 1000100

Color Harmonies of #C58DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DCD

Black with #C58DCD

Text Example


Text Example

White with #C58DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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