Html Css Color HEX #C295CC Lilac

📋 copy color: '#C295CC'

red 194 ◦ green 149 ◦ blue 204

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

Shades of Lilac #C295CC

Tints of Lilac #C295CC

RGB

 RED value IS 194 (76.17% from 255) = 35.47%

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

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

R = 35.47%
G = 27.24%
B = 37.29%

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

#C295CC (or 0xC295CC) is known color: Lilac. HEX triplet: C2, 95 and CC. RGB value is (194,149,204). Sum of RGB (Red+Green+Blue) = 194+149+204=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C295CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295CC is #3D6A33. Grayscale: #A8A8A8. Windows color (decimal): -4024884 or 13407682. OLE color: 13407682.

HSL color Cylindrical-coordinate representation of color #C295CC: hue angle of 289.09º 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 #C295CC is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 149 204 -
CMYK 0.05 0.27 0 0.2
HSL 289.09º 0.35% 0.69% -
HSV(B) 289.09º 0.27% 0.8% -
XYZ 43.89 37.32 62.02 -
YUV 168.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 194 149 204 0.05 0.27 0 0.2 289.09 0.35 0.69
Hex C2 95 CC 5 1B 0 14 121 23 45
Octal 302 225 314 5 33 0 24 441 43 105
Binary 11000010 10010101 11001100 101 11011 0 10100 100100001 100011 1000101

Color Harmonies of #C295CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295CC

Black with #C295CC

Text Example


Text Example

White with #C295CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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