Html Css Color HEX #CA90CD Lilac

📋 copy color: '#CA90CD'

red 202 ◦ green 144 ◦ blue 205

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

Shades of Lilac #CA90CD

Tints of Lilac #CA90CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 36.66%
G = 26.13%
B = 37.21%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA90CD (or 0xCA90CD) is known color: Lilac. HEX triplet: CA, 90 and CD. RGB value is (202,144,205). Sum of RGB (Red+Green+Blue) = 202+144+205=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90CD is #356F32. Grayscale: #A8A8A8. Windows color (decimal): -3501875 or 13471946. OLE color: 13471946.

HSL color Cylindrical-coordinate representation of color #CA90CD: hue angle of 297.05º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA90CD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 144 205 -
CMYK 0.01 0.30 0 0.20
HSL 297.05º 0.38% 0.68% -
HSV(B) 297.05º 0.3% 0.8% -
XYZ 45.35 36.91 62.49 -
YUV 168.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 202 144 205 0.01 0.30 0 0.20 297.05 0.38 0.68
Hex CA 90 CD 1 1E 0 14 129 26 44
Octal 312 220 315 1 36 0 24 451 46 104
Binary 11001010 10010000 11001101 1 11110 0 10100 100101001 100110 1000100

Color Harmonies of #CA90CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90CD

Black with #CA90CD

Text Example


Text Example

White with #CA90CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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