Html Css Color HEX #C695CA Lilac

📋 copy color: '#C695CA'

red 198 ◦ green 149 ◦ blue 202

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

Shades of Lilac #C695CA

Tints of Lilac #C695CA

RGB

 RED value IS 198 (77.73% from 255) = 36.07%

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

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

R = 36.07%
G = 27.14%
B = 36.79%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C695CA (or 0xC695CA) is known color: Lilac. HEX triplet: C6, 95 and CA. RGB value is (198,149,202). Sum of RGB (Red+Green+Blue) = 198+149+202=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #C695CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C695CA is #396A35. Grayscale: #A9A9A9. Windows color (decimal): -3762742 or 13276614. OLE color: 13276614.

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

Color convert

RGB 198 149 202 -
CMYK 0.02 0.26 0 0.21
HSL 295.47º 0.33% 0.69% -
HSV(B) 295.47º 0.26% 0.79% -
XYZ 44.7 37.76 60.81 -
YUV 169.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 198 149 202 0.02 0.26 0 0.21 295.47 0.33 0.69
Hex C6 95 CA 2 1A 0 15 127 21 45
Octal 306 225 312 2 32 0 25 447 41 105
Binary 11000110 10010101 11001010 10 11010 0 10101 100100111 100001 1000101

Color Harmonies of #C695CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C695CA

Black with #C695CA

Text Example


Text Example

White with #C695CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C695CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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