Html Css Color HEX #C58CCA Lilac

📋 copy color: '#C58CCA'

red 197 ◦ green 140 ◦ blue 202

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

Shades of Lilac #C58CCA

Tints of Lilac #C58CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 36.55%
G = 25.97%
B = 37.48%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C58CCA (or 0xC58CCA) is known color: Lilac. HEX triplet: C5, 8C and CA. RGB value is (197,140,202). Sum of RGB (Red+Green+Blue) = 197+140+202=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CCA is #3A7335. Grayscale: #A3A3A3. Windows color (decimal): -3830582 or 13274309. OLE color: 13274309.

HSL color Cylindrical-coordinate representation of color #C58CCA: hue angle of 295.16º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58CCA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 140 202 -
CMYK 0.02 0.31 0 0.21
HSL 295.16º 0.37% 0.67% -
HSV(B) 295.16º 0.31% 0.79% -
XYZ 43.06 34.89 60.34 -
YUV 164.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 197 140 202 0.02 0.31 0 0.21 295.16 0.37 0.67
Hex C5 8C CA 2 1F 0 15 127 25 43
Octal 305 214 312 2 37 0 25 447 45 103
Binary 11000101 10001100 11001010 10 11111 0 10101 100100111 100101 1000011

Color Harmonies of #C58CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CCA

Black with #C58CCA

Text Example


Text Example

White with #C58CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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