Html Css Color HEX #C182CA Lilac

📋 copy color: '#C182CA'

red 193 ◦ green 130 ◦ blue 202

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

Shades of Lilac #C182CA

Tints of Lilac #C182CA

RGB

 RED value IS 193 (75.78% from 255) = 36.76%

 GREEN value IS 130 (51.17% from 255) = 24.76%

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

R = 36.76%
G = 24.76%
B = 38.48%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C182CA (or 0xC182CA) is known color: Lilac. HEX triplet: C1, 82 and CA. RGB value is (193,130,202). Sum of RGB (Red+Green+Blue) = 193+130+202=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #C182CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182CA is #3E7D35. Grayscale: #9C9C9C. Windows color (decimal): -4095286 or 13271745. OLE color: 13271745.

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

Color convert

RGB 193 130 202 -
CMYK 0.04 0.36 0 0.21
HSL 292.5º 0.4% 0.65% -
HSV(B) 292.5º 0.36% 0.79% -
XYZ 40.64 31.57 59.83 -
YUV 157.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 193 130 202 0.04 0.36 0 0.21 292.5 0.4 0.65
Hex C1 82 CA 4 24 0 15 124 28 41
Octal 301 202 312 4 44 0 25 444 50 101
Binary 11000001 10000010 11001010 100 100100 0 10101 100100100 101000 1000001

Color Harmonies of #C182CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182CA

Black with #C182CA

Text Example


Text Example

White with #C182CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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