Html Css Color HEX #C08DB3 Lily

📋 copy color: '#C08DB3'

red 192 ◦ green 141 ◦ blue 179

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

Shades of Lily #C08DB3

Tints of Lily #C08DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.96%

R = 37.5%
G = 27.54%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C08DB3 (or 0xC08DB3) is known color: Lily. HEX triplet: C0, 8D and B3. RGB value is (192,141,179). Sum of RGB (Red+Green+Blue) = 192+141+179=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DB3 is #3F724C. Grayscale: #A0A0A0. Windows color (decimal): -4158029 or 11767232. OLE color: 11767232.

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

Color convert

RGB 192 141 179 -
CMYK 0 0.27 0.07 0.25
HSL 315.29º 0.29% 0.65% -
HSV(B) 315.29º 0.27% 0.75% -
XYZ 39.4 33.51 47.04 -
YUV 160.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 192 141 179 0 0.27 0.07 0.25 315.29 0.29 0.65
Hex C0 8D B3 0 1B 7 19 13B 1D 41
Octal 300 215 263 0 33 7 31 473 35 101
Binary 11000000 10001101 10110011 0 11011 111 11001 100111011 11101 1000001

Color Harmonies of #C08DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DB3

Black with #C08DB3

Text Example


Text Example

White with #C08DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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