Html Css Color HEX #CA94C6 Lilac

📋 copy color: '#CA94C6'

red 202 ◦ green 148 ◦ blue 198

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

Shades of Lilac #CA94C6

Tints of Lilac #CA94C6

RGB

 RED value IS 202 (79.3% from 255) = 36.86%

 GREEN value IS 148 (58.2% from 255) = 27.01%

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

R = 36.86%
G = 27.01%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA94C6 (or 0xCA94C6) is known color: Lilac. HEX triplet: CA, 94 and C6. RGB value is (202,148,198). Sum of RGB (Red+Green+Blue) = 202+148+198=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CA94C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94C6 is #356B39. Grayscale: #A9A9A9. Windows color (decimal): -3500858 or 13014218. OLE color: 13014218.

HSL color Cylindrical-coordinate representation of color #CA94C6: hue angle of 304.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA94C6 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 198 -
CMYK 0 0.27 0.02 0.21
HSL 304.44º 0.34% 0.69% -
HSV(B) 304.44º 0.27% 0.79% -
XYZ 45.14 37.81 58.35 -
YUV 169.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 202 148 198 0 0.27 0.02 0.21 304.44 0.34 0.69
Hex CA 94 C6 0 1B 2 15 130 22 45
Octal 312 224 306 0 33 2 25 460 42 105
Binary 11001010 10010100 11000110 0 11011 10 10101 100110000 100010 1000101

Color Harmonies of #CA94C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94C6

Black with #CA94C6

Text Example


Text Example

White with #CA94C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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