Html Css Color HEX #C18BCB Lilac

📋 copy color: '#C18BCB'

red 193 ◦ green 139 ◦ blue 203

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

Shades of Lilac #C18BCB

Tints of Lilac #C18BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

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

R = 36.07%
G = 25.98%
B = 37.94%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C18BCB (or 0xC18BCB) is known color: Lilac. HEX triplet: C1, 8B and CB. RGB value is (193,139,203). Sum of RGB (Red+Green+Blue) = 193+139+203=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #C18BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BCB is #3E7434. Grayscale: #A2A2A2. Windows color (decimal): -4092981 or 13339585. OLE color: 13339585.

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

Color convert

RGB 193 139 203 -
CMYK 0.05 0.32 0 0.20
HSL 290.63º 0.38% 0.67% -
HSV(B) 290.63º 0.32% 0.8% -
XYZ 42 34.11 60.87 -
YUV 162.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 193 139 203 0.05 0.32 0 0.20 290.63 0.38 0.67
Hex C1 8B CB 5 20 0 14 123 26 43
Octal 301 213 313 5 40 0 24 443 46 103
Binary 11000001 10001011 11001011 101 100000 0 10100 100100011 100110 1000011

Color Harmonies of #C18BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18BCB

Black with #C18BCB

Text Example


Text Example

White with #C18BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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