Html Css Color HEX #C195CC Lilac

📋 copy color: '#C195CC'

red 193 ◦ green 149 ◦ blue 204

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

Shades of Lilac #C195CC

Tints of Lilac #C195CC

RGB

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

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

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

R = 35.35%
G = 27.29%
B = 37.36%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C195CC (or 0xC195CC) is known color: Lilac. HEX triplet: C1, 95 and CC. RGB value is (193,149,204). Sum of RGB (Red+Green+Blue) = 193+149+204=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #C195CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C195CC is #3E6A33. Grayscale: #A8A8A8. Windows color (decimal): -4090420 or 13407681. OLE color: 13407681.

HSL color Cylindrical-coordinate representation of color #C195CC: hue angle of 288º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C195CC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 149 204 -
CMYK 0.05 0.27 0 0.2
HSL 288º 0.35% 0.69% -
HSV(B) 288º 0.27% 0.8% -
XYZ 43.64 37.19 62.01 -
YUV 168.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 193 149 204 0.05 0.27 0 0.2 288 0.35 0.69
Hex C1 95 CC 5 1B 0 14 120 23 45
Octal 301 225 314 5 33 0 24 440 43 105
Binary 11000001 10010101 11001100 101 11011 0 10100 100100000 100011 1000101

Color Harmonies of #C195CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C195CC

Black with #C195CC

Text Example


Text Example

White with #C195CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C195CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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