Html Css Color HEX #C08DB0 Lily

📋 copy color: '#C08DB0'

red 192 ◦ green 141 ◦ blue 176

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

Shades of Lily #C08DB0

Tints of Lily #C08DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.7%

 BLUE value IS 176 (69.14% from 255) = 34.58%

R = 37.72%
G = 27.7%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C08DB0 (or 0xC08DB0) is known color: Lily. HEX triplet: C0, 8D and B0. RGB value is (192,141,176). Sum of RGB (Red+Green+Blue) = 192+141+176=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DB0 is #3F724F. Grayscale: #A0A0A0. Windows color (decimal): -4158032 or 11570624. OLE color: 11570624.

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

Color convert

RGB 192 141 176 -
CMYK 0 0.27 0.08 0.25
HSL 318.82º 0.29% 0.65% -
HSV(B) 318.82º 0.27% 0.75% -
XYZ 39.1 33.39 45.46 -
YUV 160.24 136.9 150.65 -
System Red Green Blue C M Y K H S L
Decimal 192 141 176 0 0.27 0.08 0.25 318.82 0.29 0.65
Hex C0 8D B0 0 1B 8 19 13F 1D 41
Octal 300 215 260 0 33 10 31 477 35 101
Binary 11000000 10001101 10110000 0 11011 1000 11001 100111111 11101 1000001

Color Harmonies of #C08DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DB0

Black with #C08DB0

Text Example


Text Example

White with #C08DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DB0; }

 p { color: rgb(192,141,176); }

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

background-color css

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

 a { background-color: rgb(192,141,176); }

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

border-color css

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

 span { border-color: rgb(192,141,176); }

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