Html Css Color HEX #CA94CC Lilac

📋 copy color: '#CA94CC'

red 202 ◦ green 148 ◦ blue 204

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

Shades of Lilac #CA94CC

Tints of Lilac #CA94CC

RGB

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

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

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

R = 36.46%
G = 26.71%
B = 36.82%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA94CC (or 0xCA94CC) is known color: Lilac. HEX triplet: CA, 94 and CC. RGB value is (202,148,204). Sum of RGB (Red+Green+Blue) = 202+148+204=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94CC is #356B33. Grayscale: #AAAAAA. Windows color (decimal): -3500852 or 13407434. OLE color: 13407434.

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

Color convert

RGB 202 148 204 -
CMYK 0.01 0.27 0 0.2
HSL 297.86º 0.35% 0.69% -
HSV(B) 297.86º 0.27% 0.8% -
XYZ 45.85 38.1 62.06 -
YUV 170.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 202 148 204 0.01 0.27 0 0.2 297.86 0.35 0.69
Hex CA 94 CC 1 1B 0 14 12A 23 45
Octal 312 224 314 1 33 0 24 452 43 105
Binary 11001010 10010100 11001100 1 11011 0 10100 100101010 100011 1000101

Color Harmonies of #CA94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94CC

Black with #CA94CC

Text Example


Text Example

White with #CA94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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