Html Css Color HEX #C182CB Lilac

📋 copy color: '#C182CB'

red 193 ◦ green 130 ◦ blue 203

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

Shades of Lilac #C182CB

Tints of Lilac #C182CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 36.69%
G = 24.71%
B = 38.59%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C182CB (or 0xC182CB) is known color: Lilac. HEX triplet: C1, 82 and CB. RGB value is (193,130,203). Sum of RGB (Red+Green+Blue) = 193+130+203=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C182CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182CB is #3E7D34. Grayscale: #9C9C9C. Windows color (decimal): -4095285 or 13337281. OLE color: 13337281.

HSL color Cylindrical-coordinate representation of color #C182CB: hue angle of 291.78º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C182CB is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 130 203 -
CMYK 0.05 0.36 0 0.20
HSL 291.78º 0.41% 0.65% -
HSV(B) 291.78º 0.36% 0.8% -
XYZ 40.75 31.61 60.45 -
YUV 157.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 193 130 203 0.05 0.36 0 0.20 291.78 0.41 0.65
Hex C1 82 CB 5 24 0 14 124 29 41
Octal 301 202 313 5 44 0 24 444 51 101
Binary 11000001 10000010 11001011 101 100100 0 10100 100100100 101001 1000001

Color Harmonies of #C182CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182CB

Black with #C182CB

Text Example


Text Example

White with #C182CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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