Html Css Color HEX #CA8DC3 Lilac

📋 copy color: '#CA8DC3'

red 202 ◦ green 141 ◦ blue 195

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

Shades of Lilac #CA8DC3

Tints of Lilac #CA8DC3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.21%

 BLUE value IS 195 (76.56% from 255) = 36.25%

R = 37.55%
G = 26.21%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CA8DC3 (or 0xCA8DC3) is known color: Lilac. HEX triplet: CA, 8D and C3. RGB value is (202,141,195). Sum of RGB (Red+Green+Blue) = 202+141+195=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DC3 is #35723C. Grayscale: #A5A5A5. Windows color (decimal): -3502653 or 12815818. OLE color: 12815818.

HSL color Cylindrical-coordinate representation of color #CA8DC3: hue angle of 306.89º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DC3 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 141 195 -
CMYK 0 0.30 0.03 0.21
HSL 306.89º 0.37% 0.67% -
HSV(B) 306.89º 0.3% 0.79% -
XYZ 43.73 35.55 56.19 -
YUV 165.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 202 141 195 0 0.30 0.03 0.21 306.89 0.37 0.67
Hex CA 8D C3 0 1E 3 15 133 25 43
Octal 312 215 303 0 36 3 25 463 45 103
Binary 11001010 10001101 11000011 0 11110 11 10101 100110011 100101 1000011

Color Harmonies of #CA8DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DC3

Black with #CA8DC3

Text Example


Text Example

White with #CA8DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DC3; }

 p { color: rgb(202,141,195); }

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

background-color css

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

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

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

border-color css

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

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

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