Html Css Color HEX #CA8FC0 Lilac

📋 copy color: '#CA8FC0'

red 202 ◦ green 143 ◦ blue 192

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

Shades of Lilac #CA8FC0

Tints of Lilac #CA8FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.75%

R = 37.62%
G = 26.63%
B = 35.75%

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

#CA8FC0 (or 0xCA8FC0) is known color: Lilac. HEX triplet: CA, 8F and C0. RGB value is (202,143,192). Sum of RGB (Red+Green+Blue) = 202+143+192=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC0 is #35703F. Grayscale: #A6A6A6. Windows color (decimal): -3502144 or 12619722. OLE color: 12619722.

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

Color convert

RGB 202 143 192 -
CMYK 0 0.29 0.05 0.21
HSL 310.17º 0.36% 0.68% -
HSV(B) 310.17º 0.29% 0.79% -
XYZ 43.69 36.01 54.52 -
YUV 166.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 202 143 192 0 0.29 0.05 0.21 310.17 0.36 0.68
Hex CA 8F C0 0 1D 5 15 136 24 44
Octal 312 217 300 0 35 5 25 466 44 104
Binary 11001010 10001111 11000000 0 11101 101 10101 100110110 100100 1000100

Color Harmonies of #CA8FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FC0

Black with #CA8FC0

Text Example


Text Example

White with #CA8FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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