Html Css Color HEX #C08FB2 Lily

📋 copy color: '#C08FB2'

red 192 ◦ green 143 ◦ blue 178

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

Shades of Lily #C08FB2

Tints of Lily #C08FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.7%

R = 37.43%
G = 27.88%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C08FB2 (or 0xC08FB2) is known color: Lily. HEX triplet: C0, 8F and B2. RGB value is (192,143,178). Sum of RGB (Red+Green+Blue) = 192+143+178=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FB2 is #3F704D. Grayscale: #A1A1A1. Windows color (decimal): -4157518 or 11702208. OLE color: 11702208.

HSL color Cylindrical-coordinate representation of color #C08FB2: hue angle of 317.14º 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 #C08FB2 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 178 -
CMYK 0 0.26 0.07 0.25
HSL 317.14º 0.28% 0.66% -
HSV(B) 317.14º 0.26% 0.75% -
XYZ 39.6 34.07 46.61 -
YUV 161.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 192 143 178 0 0.26 0.07 0.25 317.14 0.28 0.66
Hex C0 8F B2 0 1A 7 19 13D 1C 42
Octal 300 217 262 0 32 7 31 475 34 102
Binary 11000000 10001111 10110010 0 11010 111 11001 100111101 11100 1000010

Color Harmonies of #C08FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08FB2

Black with #C08FB2

Text Example


Text Example

White with #C08FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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