Html Css Color HEX #CA90C2 Lilac

📋 copy color: '#CA90C2'

red 202 ◦ green 144 ◦ blue 194

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

Shades of Lilac #CA90C2

Tints of Lilac #CA90C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 37.41%
G = 26.67%
B = 35.93%

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

#CA90C2 (or 0xCA90C2) is known color: Lilac. HEX triplet: CA, 90 and C2. RGB value is (202,144,194). Sum of RGB (Red+Green+Blue) = 202+144+194=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90C2 is #356F3D. Grayscale: #A6A6A6. Windows color (decimal): -3501886 or 12751050. OLE color: 12751050.

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

Color convert

RGB 202 144 194 -
CMYK 0 0.29 0.04 0.21
HSL 308.28º 0.35% 0.68% -
HSV(B) 308.28º 0.29% 0.79% -
XYZ 44.07 36.4 55.74 -
YUV 167.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 202 144 194 0 0.29 0.04 0.21 308.28 0.35 0.68
Hex CA 90 C2 0 1D 4 15 134 23 44
Octal 312 220 302 0 35 4 25 464 43 104
Binary 11001010 10010000 11000010 0 11101 100 10101 100110100 100011 1000100

Color Harmonies of #CA90C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90C2

Black with #CA90C2

Text Example


Text Example

White with #CA90C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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