Html Css Color HEX #C88DAF Lily

📋 copy color: '#C88DAF'

red 200 ◦ green 141 ◦ blue 175

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

Shades of Lily #C88DAF

Tints of Lily #C88DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 38.76%
G = 27.33%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C88DAF (or 0xC88DAF) is known color: Lily. HEX triplet: C8, 8D and AF. RGB value is (200,141,175). Sum of RGB (Red+Green+Blue) = 200+141+175=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DAF is #377250. Grayscale: #A2A2A2. Windows color (decimal): -3633745 or 11505096. OLE color: 11505096.

HSL color Cylindrical-coordinate representation of color #C88DAF: hue angle of 325.42º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DAF is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 141 175 -
CMYK 0 0.29 0.12 0.22
HSL 325.42º 0.35% 0.67% -
HSV(B) 325.42º 0.3% 0.78% -
XYZ 41.08 34.42 45.04 -
YUV 162.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 200 141 175 0 0.29 0.12 0.22 325.42 0.35 0.67
Hex C8 8D AF 0 1D C 16 145 23 43
Octal 310 215 257 0 35 14 26 505 43 103
Binary 11001000 10001101 10101111 0 11101 1100 10110 101000101 100011 1000011

Color Harmonies of #C88DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DAF

Black with #C88DAF

Text Example


Text Example

White with #C88DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DAF; }

 p { color: rgb(200,141,175); }

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

background-color css

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

 a { background-color: rgb(200,141,175); }

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

border-color css

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

 span { border-color: rgb(200,141,175); }

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