Html Css Color HEX #C08DB4 Lily

📋 copy color: '#C08DB4'

red 192 ◦ green 141 ◦ blue 180

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

Shades of Lily #C08DB4

Tints of Lily #C08DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.09%

R = 37.43%
G = 27.49%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#C08DB4 (or 0xC08DB4) is known color: Lily. HEX triplet: C0, 8D and B4. RGB value is (192,141,180). Sum of RGB (Red+Green+Blue) = 192+141+180=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DB4 is #3F724B. Grayscale: #A0A0A0. Windows color (decimal): -4158028 or 11832768. OLE color: 11832768.

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

Color convert

RGB 192 141 180 -
CMYK 0 0.27 0.06 0.25
HSL 314.12º 0.29% 0.65% -
HSV(B) 314.12º 0.27% 0.75% -
XYZ 39.5 33.55 47.57 -
YUV 160.7 138.9 150.33 -
System Red Green Blue C M Y K H S L
Decimal 192 141 180 0 0.27 0.06 0.25 314.12 0.29 0.65
Hex C0 8D B4 0 1B 6 19 13A 1D 41
Octal 300 215 264 0 33 6 31 472 35 101
Binary 11000000 10001101 10110100 0 11011 110 11001 100111010 11101 1000001

Color Harmonies of #C08DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DB4

Black with #C08DB4

Text Example


Text Example

White with #C08DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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