Html Css Color HEX #C58CCC Lilac

📋 copy color: '#C58CCC'

red 197 ◦ green 140 ◦ blue 204

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

Shades of Lilac #C58CCC

Tints of Lilac #C58CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.88%

 BLUE value IS 204 (80.08% from 255) = 37.71%

R = 36.41%
G = 25.88%
B = 37.71%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C58CCC (or 0xC58CCC) is known color: Lilac. HEX triplet: C5, 8C and CC. RGB value is (197,140,204). Sum of RGB (Red+Green+Blue) = 197+140+204=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 204 - color contains mainly: blue. Hex color #C58CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CCC is #3A7333. Grayscale: #A4A4A4. Windows color (decimal): -3830580 or 13405381. OLE color: 13405381.

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

Color convert

RGB 197 140 204 -
CMYK 0.03 0.31 0 0.2
HSL 293.44º 0.39% 0.67% -
HSV(B) 293.44º 0.31% 0.8% -
XYZ 43.3 34.99 61.6 -
YUV 164.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 197 140 204 0.03 0.31 0 0.2 293.44 0.39 0.67
Hex C5 8C CC 3 1F 0 14 125 27 43
Octal 305 214 314 3 37 0 24 445 47 103
Binary 11000101 10001100 11001100 11 11111 0 10100 100100101 100111 1000011

Color Harmonies of #C58CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CCC

Black with #C58CCC

Text Example


Text Example

White with #C58CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CCC; }

 p { color: rgb(197,140,204); }

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

background-color css

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

 a { background-color: rgb(197,140,204); }

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

border-color css

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

 span { border-color: rgb(197,140,204); }

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