Html Css Color HEX #C495CA Lilac

📋 copy color: '#C495CA'

red 196 ◦ green 149 ◦ blue 202

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

Shades of Lilac #C495CA

Tints of Lilac #C495CA

RGB

 RED value IS 196 (76.95% from 255) = 35.83%

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

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

R = 35.83%
G = 27.24%
B = 36.93%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C495CA (or 0xC495CA) is known color: Lilac. HEX triplet: C4, 95 and CA. RGB value is (196,149,202). Sum of RGB (Red+Green+Blue) = 196+149+202=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #C495CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495CA is #3B6A35. Grayscale: #A8A8A8. Windows color (decimal): -3893814 or 13276612. OLE color: 13276612.

HSL color Cylindrical-coordinate representation of color #C495CA: hue angle of 293.21º 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 #C495CA is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 149 202 -
CMYK 0.03 0.26 0 0.21
HSL 293.21º 0.33% 0.69% -
HSV(B) 293.21º 0.26% 0.79% -
XYZ 44.17 37.49 60.79 -
YUV 169.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 196 149 202 0.03 0.26 0 0.21 293.21 0.33 0.69
Hex C4 95 CA 3 1A 0 15 125 21 45
Octal 304 225 312 3 32 0 25 445 41 105
Binary 11000100 10010101 11001010 11 11010 0 10101 100100101 100001 1000101

Color Harmonies of #C495CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C495CA

Black with #C495CA

Text Example


Text Example

White with #C495CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C495CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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