Html Css Color HEX #C88AAD Lily

📋 copy color: '#C88AAD'

red 200 ◦ green 138 ◦ blue 173

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

Shades of Lily #C88AAD

Tints of Lily #C88AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.01%

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

R = 39.14%
G = 27.01%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C88AAD (or 0xC88AAD) is known color: Lily. HEX triplet: C8, 8A and AD. RGB value is (200,138,173). Sum of RGB (Red+Green+Blue) = 200+138+173=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C88AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88AAD is #377552. Grayscale: #A0A0A0. Windows color (decimal): -3634515 or 11373256. OLE color: 11373256.

HSL color Cylindrical-coordinate representation of color #C88AAD: hue angle of 326.13º 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 #C88AAD is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 173 -
CMYK 0 0.31 0.14 0.22
HSL 326.13º 0.36% 0.66% -
HSV(B) 326.13º 0.31% 0.78% -
XYZ 40.45 33.47 43.86 -
YUV 160.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 200 138 173 0 0.31 0.14 0.22 326.13 0.36 0.66
Hex C8 8A AD 0 1F E 16 146 24 42
Octal 310 212 255 0 37 16 26 506 44 102
Binary 11001000 10001010 10101101 0 11111 1110 10110 101000110 100100 1000010

Color Harmonies of #C88AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AAD

Black with #C88AAD

Text Example


Text Example

White with #C88AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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