Html Css Color HEX #CA8FCA Lilac

📋 copy color: '#CA8FCA'

red 202 ◦ green 143 ◦ blue 202

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

Shades of Lilac #CA8FCA

Tints of Lilac #CA8FCA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.14%

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

R = 36.93%
G = 26.14%
B = 36.93%

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

#CA8FCA (or 0xCA8FCA) is known color: Lilac. HEX triplet: CA, 8F and CA. RGB value is (202,143,202). Sum of RGB (Red+Green+Blue) = 202+143+202=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA8FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FCA is #357035. Grayscale: #A7A7A7. Windows color (decimal): -3502134 or 13275082. OLE color: 13275082.

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

Color convert

RGB 202 143 202 -
CMYK 0 0.29 0 0.21
HSL 300º 0.36% 0.68% -
HSV(B) 300º 0.29% 0.79% -
XYZ 44.84 36.47 60.55 -
YUV 167.37 147.55 152.7 -
System Red Green Blue C M Y K H S L
Decimal 202 143 202 0 0.29 0 0.21 300 0.36 0.68
Hex CA 8F CA 0 1D 0 15 12C 24 44
Octal 312 217 312 0 35 0 25 454 44 104
Binary 11001010 10001111 11001010 0 11101 0 10101 100101100 100100 1000100

Color Harmonies of #CA8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FCA

Black with #CA8FCA

Text Example


Text Example

White with #CA8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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