Html Css Color HEX #C88FAA Lily

📋 copy color: '#C88FAA'

red 200 ◦ green 143 ◦ blue 170

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

Shades of Lily #C88FAA

Tints of Lily #C88FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.88%

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 38.99%
G = 27.88%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C88FAA (or 0xC88FAA) is known color: Lily. HEX triplet: C8, 8F and AA. RGB value is (200,143,170). Sum of RGB (Red+Green+Blue) = 200+143+170=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FAA is #377055. Grayscale: #A3A3A3. Windows color (decimal): -3633238 or 11177928. OLE color: 11177928.

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

Color convert

RGB 200 143 170 -
CMYK 0 0.28 0.15 0.22
HSL 331.58º 0.34% 0.67% -
HSV(B) 331.58º 0.29% 0.78% -
XYZ 40.9 34.83 42.6 -
YUV 163.12 131.88 154.3 -
System Red Green Blue C M Y K H S L
Decimal 200 143 170 0 0.28 0.15 0.22 331.58 0.34 0.67
Hex C8 8F AA 0 1C F 16 14C 22 43
Octal 310 217 252 0 34 17 26 514 42 103
Binary 11001000 10001111 10101010 0 11100 1111 10110 101001100 100010 1000011

Color Harmonies of #C88FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FAA

Black with #C88FAA

Text Example


Text Example

White with #C88FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FAA; }

 p { color: rgb(200,143,170); }

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

background-color css

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

 a { background-color: rgb(200,143,170); }

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

border-color css

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

 span { border-color: rgb(200,143,170); }

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