Html Css Color HEX #CA92C1 Lilac

📋 copy color: '#CA92C1'

red 202 ◦ green 146 ◦ blue 193

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

Shades of Lilac #CA92C1

Tints of Lilac #CA92C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.99%

 BLUE value IS 193 (75.78% from 255) = 35.67%

R = 37.34%
G = 26.99%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA92C1 (or 0xCA92C1) is known color: Lilac. HEX triplet: CA, 92 and C1. RGB value is (202,146,193). Sum of RGB (Red+Green+Blue) = 202+146+193=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 146 (57.42% from 255 or 26.99% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92C1 is #356D3E. Grayscale: #A7A7A7. Windows color (decimal): -3501375 or 12686026. OLE color: 12686026.

HSL color Cylindrical-coordinate representation of color #CA92C1: hue angle of 309.64º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92C1 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 146 193 -
CMYK 0 0.28 0.04 0.21
HSL 309.64º 0.35% 0.68% -
HSV(B) 309.64º 0.28% 0.79% -
XYZ 44.26 36.96 55.25 -
YUV 168.1 142.05 152.18 -
System Red Green Blue C M Y K H S L
Decimal 202 146 193 0 0.28 0.04 0.21 309.64 0.35 0.68
Hex CA 92 C1 0 1C 4 15 136 23 44
Octal 312 222 301 0 34 4 25 466 43 104
Binary 11001010 10010010 11000001 0 11100 100 10101 100110110 100011 1000100

Color Harmonies of #CA92C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA92C1

Black with #CA92C1

Text Example


Text Example

White with #CA92C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA92C1; }

 p { color: rgb(202,146,193); }

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

background-color css

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

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

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

border-color css

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

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

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