Html Css Color HEX #C08FBF Lilac

📋 copy color: '#C08FBF'

red 192 ◦ green 143 ◦ blue 191

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

Shades of Lilac #C08FBF

Tints of Lilac #C08FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 191 (75% from 255) = 36.31%

R = 36.5%
G = 27.19%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C08FBF (or 0xC08FBF) is known color: Lilac. HEX triplet: C0, 8F and BF. RGB value is (192,143,191). Sum of RGB (Red+Green+Blue) = 192+143+191=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FBF is #3F7040. Grayscale: #A2A2A2. Windows color (decimal): -4157505 or 12554176. OLE color: 12554176.

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

Color convert

RGB 192 143 191 -
CMYK 0 0.26 0.01 0.25
HSL 301.22º 0.28% 0.66% -
HSV(B) 301.22º 0.26% 0.75% -
XYZ 40.96 34.61 53.81 -
YUV 163.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 192 143 191 0 0.26 0.01 0.25 301.22 0.28 0.66
Hex C0 8F BF 0 1A 1 19 12D 1C 42
Octal 300 217 277 0 32 1 31 455 34 102
Binary 11000000 10001111 10111111 0 11010 1 11001 100101101 11100 1000010

Color Harmonies of #C08FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FBF

Black with #C08FBF

Text Example


Text Example

White with #C08FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FBF; }

 p { color: rgb(192,143,191); }

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

background-color css

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

 a { background-color: rgb(192,143,191); }

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

border-color css

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

 span { border-color: rgb(192,143,191); }

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