Html Css Color HEX #C08BC1 Lilac

📋 copy color: '#C08BC1'

red 192 ◦ green 139 ◦ blue 193

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

Shades of Lilac #C08BC1

Tints of Lilac #C08BC1

RGB

 RED value IS 192 (75.39% from 255) = 36.64%

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

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

R = 36.64%
G = 26.53%
B = 36.83%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C08BC1 (or 0xC08BC1) is known color: Lilac. HEX triplet: C0, 8B and C1. RGB value is (192,139,193). Sum of RGB (Red+Green+Blue) = 192+139+193=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #C08BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BC1 is #3F743E. Grayscale: #A0A0A0. Windows color (decimal): -4158527 or 12684224. OLE color: 12684224.

HSL color Cylindrical-coordinate representation of color #C08BC1: hue angle of 298.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08BC1 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 139 193 -
CMYK 0.01 0.28 0 0.24
HSL 298.89º 0.3% 0.65% -
HSV(B) 298.89º 0.28% 0.76% -
XYZ 40.6 33.52 54.78 -
YUV 161 146.06 150.11 -
System Red Green Blue C M Y K H S L
Decimal 192 139 193 0.01 0.28 0 0.24 298.89 0.3 0.65
Hex C0 8B C1 1 1C 0 18 12B 1E 41
Octal 300 213 301 1 34 0 30 453 36 101
Binary 11000000 10001011 11000001 1 11100 0 11000 100101011 11110 1000001

Color Harmonies of #C08BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08BC1

Black with #C08BC1

Text Example


Text Example

White with #C08BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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