Html Css Color HEX #C08CBE Lilac

📋 copy color: '#C08CBE'

red 192 ◦ green 140 ◦ blue 190

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

Shades of Lilac #C08CBE

Tints of Lilac #C08CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.82%

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 36.78%
G = 26.82%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C08CBE (or 0xC08CBE) is known color: Lilac. HEX triplet: C0, 8C and BE. RGB value is (192,140,190). Sum of RGB (Red+Green+Blue) = 192+140+190=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CBE is #3F7341. Grayscale: #A1A1A1. Windows color (decimal): -4158274 or 12487872. OLE color: 12487872.

HSL color Cylindrical-coordinate representation of color #C08CBE: hue angle of 302.31º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CBE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 140 190 -
CMYK 0 0.27 0.01 0.25
HSL 302.31º 0.29% 0.65% -
HSV(B) 302.31º 0.27% 0.75% -
XYZ 40.41 33.68 53.09 -
YUV 161.25 144.23 149.93 -
System Red Green Blue C M Y K H S L
Decimal 192 140 190 0 0.27 0.01 0.25 302.31 0.29 0.65
Hex C0 8C BE 0 1B 1 19 12E 1D 41
Octal 300 214 276 0 33 1 31 456 35 101
Binary 11000000 10001100 10111110 0 11011 1 11001 100101110 11101 1000001

Color Harmonies of #C08CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CBE

Black with #C08CBE

Text Example


Text Example

White with #C08CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CBE; }

 p { color: rgb(192,140,190); }

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

background-color css

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

 a { background-color: rgb(192,140,190); }

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

border-color css

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

 span { border-color: rgb(192,140,190); }

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