Html Css Color HEX #C88BAD Lily

📋 copy color: '#C88BAD'

red 200 ◦ green 139 ◦ blue 173

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

Shades of Lily #C88BAD

Tints of Lily #C88BAD

RGB

 RED value IS 200 (78.52% from 255) = 39.06%

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 173 (67.97% from 255) = 33.79%

R = 39.06%
G = 27.15%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C88BAD (or 0xC88BAD) is known color: Lily. HEX triplet: C8, 8B and AD. RGB value is (200,139,173). Sum of RGB (Red+Green+Blue) = 200+139+173=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BAD is #377452. Grayscale: #A1A1A1. Windows color (decimal): -3634259 or 11373512. OLE color: 11373512.

HSL color Cylindrical-coordinate representation of color #C88BAD: hue angle of 326.56º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88BAD is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 139 173 -
CMYK 0 0.30 0.14 0.22
HSL 326.56º 0.36% 0.66% -
HSV(B) 326.56º 0.31% 0.78% -
XYZ 40.59 33.76 43.91 -
YUV 161.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 200 139 173 0 0.30 0.14 0.22 326.56 0.36 0.66
Hex C8 8B AD 0 1E E 16 147 24 42
Octal 310 213 255 0 36 16 26 507 44 102
Binary 11001000 10001011 10101101 0 11110 1110 10110 101000111 100100 1000010

Color Harmonies of #C88BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88BAD

Black with #C88BAD

Text Example


Text Example

White with #C88BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88BAD; }

 p { color: rgb(200,139,173); }

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

background-color css

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

 a { background-color: rgb(200,139,173); }

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

border-color css

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

 span { border-color: rgb(200,139,173); }

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