Html Css Color HEX #CA90BF Lilac

📋 copy color: '#CA90BF'

red 202 ◦ green 144 ◦ blue 191

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

Shades of Lilac #CA90BF

Tints of Lilac #CA90BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.57%

R = 37.62%
G = 26.82%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA90BF (or 0xCA90BF) is known color: Lilac. HEX triplet: CA, 90 and BF. RGB value is (202,144,191). Sum of RGB (Red+Green+Blue) = 202+144+191=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90BF is #356F40. Grayscale: #A6A6A6. Windows color (decimal): -3501889 or 12554442. OLE color: 12554442.

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

Color convert

RGB 202 144 191 -
CMYK 0 0.29 0.05 0.21
HSL 311.38º 0.35% 0.68% -
HSV(B) 311.38º 0.29% 0.79% -
XYZ 43.73 36.26 53.98 -
YUV 166.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 202 144 191 0 0.29 0.05 0.21 311.38 0.35 0.68
Hex CA 90 BF 0 1D 5 15 137 23 44
Octal 312 220 277 0 35 5 25 467 43 104
Binary 11001010 10010000 10111111 0 11101 101 10101 100110111 100011 1000100

Color Harmonies of #CA90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90BF

Black with #CA90BF

Text Example


Text Example

White with #CA90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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