Html Css Color HEX #CA8FC7 Lilac

📋 copy color: '#CA8FC7'

red 202 ◦ green 143 ◦ blue 199

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

Shades of Lilac #CA8FC7

Tints of Lilac #CA8FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.58%

R = 37.13%
G = 26.29%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA8FC7 (or 0xCA8FC7) is known color: Lilac. HEX triplet: CA, 8F and C7. RGB value is (202,143,199). Sum of RGB (Red+Green+Blue) = 202+143+199=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC7 is #357038. Grayscale: #A6A6A6. Windows color (decimal): -3502137 or 13078474. OLE color: 13078474.

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

Color convert

RGB 202 143 199 -
CMYK 0 0.29 0.01 0.21
HSL 303.05º 0.36% 0.68% -
HSV(B) 303.05º 0.29% 0.79% -
XYZ 44.49 36.33 58.7 -
YUV 167.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 202 143 199 0 0.29 0.01 0.21 303.05 0.36 0.68
Hex CA 8F C7 0 1D 1 15 12F 24 44
Octal 312 217 307 0 35 1 25 457 44 104
Binary 11001010 10001111 11000111 0 11101 1 10101 100101111 100100 1000100

Color Harmonies of #CA8FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8FC7

Black with #CA8FC7

Text Example


Text Example

White with #CA8FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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