Html Css Color HEX #C08EB3 Lily

📋 copy color: '#C08EB3'

red 192 ◦ green 142 ◦ blue 179

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

Shades of Lily #C08EB3

Tints of Lily #C08EB3

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.68%

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

R = 37.43%
G = 27.68%
B = 34.89%

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

#C08EB3 (or 0xC08EB3) is known color: Lily. HEX triplet: C0, 8E and B3. RGB value is (192,142,179). Sum of RGB (Red+Green+Blue) = 192+142+179=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EB3 is #3F714C. Grayscale: #A1A1A1. Windows color (decimal): -4157773 or 11767488. OLE color: 11767488.

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

Color convert

RGB 192 142 179 -
CMYK 0 0.26 0.07 0.25
HSL 315.6º 0.28% 0.65% -
HSV(B) 315.6º 0.26% 0.75% -
XYZ 39.55 33.81 47.09 -
YUV 161.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 192 142 179 0 0.26 0.07 0.25 315.6 0.28 0.65
Hex C0 8E B3 0 1A 7 19 13C 1C 41
Octal 300 216 263 0 32 7 31 474 34 101
Binary 11000000 10001110 10110011 0 11010 111 11001 100111100 11100 1000001

Color Harmonies of #C08EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08EB3

Black with #C08EB3

Text Example


Text Example

White with #C08EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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