Html Css Color HEX #CA94CE Lilac

📋 copy color: '#CA94CE'

red 202 ◦ green 148 ◦ blue 206

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

Shades of Lilac #CA94CE

Tints of Lilac #CA94CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 36.33%
G = 26.62%
B = 37.05%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA94CE (or 0xCA94CE) is known color: Lilac. HEX triplet: CA, 94 and CE. RGB value is (202,148,206). Sum of RGB (Red+Green+Blue) = 202+148+206=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94CE is #356B31. Grayscale: #AAAAAA. Windows color (decimal): -3500850 or 13538506. OLE color: 13538506.

HSL color Cylindrical-coordinate representation of color #CA94CE: hue angle of 295.86º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA94CE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 148 206 -
CMYK 0.02 0.28 0 0.19
HSL 295.86º 0.37% 0.69% -
HSV(B) 295.86º 0.28% 0.81% -
XYZ 46.09 38.19 63.34 -
YUV 170.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 202 148 206 0.02 0.28 0 0.19 295.86 0.37 0.69
Hex CA 94 CE 2 1C 0 13 128 25 45
Octal 312 224 316 2 34 0 23 450 45 105
Binary 11001010 10010100 11001110 10 11100 0 10011 100101000 100101 1000101

Color Harmonies of #CA94CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94CE

Black with #CA94CE

Text Example


Text Example

White with #CA94CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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