Html Css Color HEX #CA90CB Lilac

📋 copy color: '#CA90CB'

red 202 ◦ green 144 ◦ blue 203

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

Shades of Lilac #CA90CB

Tints of Lilac #CA90CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 36.79%
G = 26.23%
B = 36.98%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA90CB (or 0xCA90CB) is known color: Lilac. HEX triplet: CA, 90 and CB. RGB value is (202,144,203). Sum of RGB (Red+Green+Blue) = 202+144+203=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CB is #356F34. Grayscale: #A7A7A7. Windows color (decimal): -3501877 or 13340874. OLE color: 13340874.

HSL color Cylindrical-coordinate representation of color #CA90CB: hue angle of 298.98º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA90CB is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 144 203 -
CMYK 0.00 0.29 0 0.20
HSL 298.98º 0.36% 0.68% -
HSV(B) 298.98º 0.29% 0.8% -
XYZ 45.11 36.81 61.23 -
YUV 168.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 202 144 203 0.00 0.29 0 0.20 298.98 0.36 0.68
Hex CA 90 CB 0 1D 0 14 12B 24 44
Octal 312 220 313 0 35 0 24 453 44 104
Binary 11001010 10010000 11001011 0 11101 0 10100 100101011 100100 1000100

Color Harmonies of #CA90CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90CB

Black with #CA90CB

Text Example


Text Example

White with #CA90CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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