Html Css Color HEX #CA90C1 Lilac

📋 copy color: '#CA90C1'

red 202 ◦ green 144 ◦ blue 193

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

Shades of Lilac #CA90C1

Tints of Lilac #CA90C1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.72%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 37.48%
G = 26.72%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA90C1 (or 0xCA90C1) is known color: Lilac. HEX triplet: CA, 90 and C1. RGB value is (202,144,193). Sum of RGB (Red+Green+Blue) = 202+144+193=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90C1 is #356F3E. Grayscale: #A6A6A6. Windows color (decimal): -3501887 or 12685514. OLE color: 12685514.

HSL color Cylindrical-coordinate representation of color #CA90C1: hue angle of 309.31º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90C1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 193 -
CMYK 0 0.29 0.04 0.21
HSL 309.31º 0.35% 0.68% -
HSV(B) 309.31º 0.29% 0.79% -
XYZ 43.96 36.35 55.15 -
YUV 166.93 142.72 153.02 -
System Red Green Blue C M Y K H S L
Decimal 202 144 193 0 0.29 0.04 0.21 309.31 0.35 0.68
Hex CA 90 C1 0 1D 4 15 135 23 44
Octal 312 220 301 0 35 4 25 465 43 104
Binary 11001010 10010000 11000001 0 11101 100 10101 100110101 100011 1000100

Color Harmonies of #CA90C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90C1

Black with #CA90C1

Text Example


Text Example

White with #CA90C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90C1; }

 p { color: rgb(202,144,193); }

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

background-color css

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

 a { background-color: rgb(202,144,193); }

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

border-color css

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

 span { border-color: rgb(202,144,193); }

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