Html Css Color HEX #C595CA Lilac

📋 copy color: '#C595CA'

red 197 ◦ green 149 ◦ blue 202

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

Shades of Lilac #C595CA

Tints of Lilac #C595CA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.19%

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

R = 35.95%
G = 27.19%
B = 36.86%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C595CA (or 0xC595CA) is known color: Lilac. HEX triplet: C5, 95 and CA. RGB value is (197,149,202). Sum of RGB (Red+Green+Blue) = 197+149+202=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C595CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595CA is #3A6A35. Grayscale: #A9A9A9. Windows color (decimal): -3828278 or 13276613. OLE color: 13276613.

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

Color convert

RGB 197 149 202 -
CMYK 0.02 0.26 0 0.21
HSL 294.34º 0.33% 0.69% -
HSV(B) 294.34º 0.26% 0.79% -
XYZ 44.43 37.63 60.8 -
YUV 169.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 197 149 202 0.02 0.26 0 0.21 294.34 0.33 0.69
Hex C5 95 CA 2 1A 0 15 126 21 45
Octal 305 225 312 2 32 0 25 446 41 105
Binary 11000101 10010101 11001010 10 11010 0 10101 100100110 100001 1000101

Color Harmonies of #C595CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595CA

Black with #C595CA

Text Example


Text Example

White with #C595CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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