Html Css Color HEX #C595C2 Lilac

📋 copy color: '#C595C2'

red 197 ◦ green 149 ◦ blue 194

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

Shades of Lilac #C595C2

Tints of Lilac #C595C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 36.48%
G = 27.59%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C595C2 (or 0xC595C2) is known color: Lilac. HEX triplet: C5, 95 and C2. RGB value is (197,149,194). Sum of RGB (Red+Green+Blue) = 197+149+194=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 197 - color contains mainly: red. Hex color #C595C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595C2 is #3A6A3D. Grayscale: #A8A8A8. Windows color (decimal): -3828286 or 12752325. OLE color: 12752325.

HSL color Cylindrical-coordinate representation of color #C595C2: hue angle of 303.75º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C595C2 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 149 194 -
CMYK 0 0.24 0.02 0.23
HSL 303.75º 0.29% 0.68% -
HSV(B) 303.75º 0.24% 0.77% -
XYZ 43.51 37.26 55.94 -
YUV 168.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 197 149 194 0 0.24 0.02 0.23 303.75 0.29 0.68
Hex C5 95 C2 0 18 2 17 130 1D 44
Octal 305 225 302 0 30 2 27 460 35 104
Binary 11000101 10010101 11000010 0 11000 10 10111 100110000 11101 1000100

Color Harmonies of #C595C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C595C2

Black with #C595C2

Text Example


Text Example

White with #C595C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C595C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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