Html Css Color HEX #CA90CA Lilac

📋 copy color: '#CA90CA'

red 202 ◦ green 144 ◦ blue 202

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

Shades of Lilac #CA90CA

Tints of Lilac #CA90CA

RGB

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

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

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

R = 36.86%
G = 26.28%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA90CA (or 0xCA90CA) is known color: Lilac. HEX triplet: CA, 90 and CA. RGB value is (202,144,202). Sum of RGB (Red+Green+Blue) = 202+144+202=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CA is #356F35. Grayscale: #A7A7A7. Windows color (decimal): -3501878 or 13275338. OLE color: 13275338.

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

Color convert

RGB 202 144 202 -
CMYK 0 0.29 0 0.21
HSL 300º 0.35% 0.68% -
HSV(B) 300º 0.29% 0.79% -
XYZ 44.99 36.77 60.6 -
YUV 167.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 202 144 202 0 0.29 0 0.21 300 0.35 0.68
Hex CA 90 CA 0 1D 0 15 12C 23 44
Octal 312 220 312 0 35 0 25 454 43 104
Binary 11001010 10010000 11001010 0 11101 0 10101 100101100 100011 1000100

Color Harmonies of #CA90CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90CA

Black with #CA90CA

Text Example


Text Example

White with #CA90CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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