Html Css Color HEX #C195C6 Lilac

📋 copy color: '#C195C6'

red 193 ◦ green 149 ◦ blue 198

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

Shades of Lilac #C195C6

Tints of Lilac #C195C6

RGB

 RED value IS 193 (75.78% from 255) = 35.74%

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

 BLUE value IS 198 (77.73% from 255) = 36.67%

R = 35.74%
G = 27.59%
B = 36.67%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C195C6 (or 0xC195C6) is known color: Lilac. HEX triplet: C1, 95 and C6. RGB value is (193,149,198). Sum of RGB (Red+Green+Blue) = 193+149+198=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 198 - color contains mainly: blue. Hex color #C195C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195C6 is #3E6A39. Grayscale: #A7A7A7. Windows color (decimal): -4090426 or 13014465. OLE color: 13014465.

HSL color Cylindrical-coordinate representation of color #C195C6: hue angle of 293.88º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C195C6 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 149 198 -
CMYK 0.03 0.25 0 0.22
HSL 293.88º 0.3% 0.68% -
HSV(B) 293.88º 0.25% 0.78% -
XYZ 42.93 36.91 58.29 -
YUV 167.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 193 149 198 0.03 0.25 0 0.22 293.88 0.3 0.68
Hex C1 95 C6 3 19 0 16 126 1E 44
Octal 301 225 306 3 31 0 26 446 36 104
Binary 11000001 10010101 11000110 11 11001 0 10110 100100110 11110 1000100

Color Harmonies of #C195C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195C6

Black with #C195C6

Text Example


Text Example

White with #C195C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195C6; }

 p { color: rgb(193,149,198); }

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

background-color css

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

 a { background-color: rgb(193,149,198); }

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

border-color css

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

 span { border-color: rgb(193,149,198); }

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