Html Css Color HEX #C88FBC Lily

📋 copy color: '#C88FBC'

red 200 ◦ green 143 ◦ blue 188

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

Shades of Lily #C88FBC

Tints of Lily #C88FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.4%

R = 37.66%
G = 26.93%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C88FBC (or 0xC88FBC) is known color: Lily. HEX triplet: C8, 8F and BC. RGB value is (200,143,188). Sum of RGB (Red+Green+Blue) = 200+143+188=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FBC is #377043. Grayscale: #A5A5A5. Windows color (decimal): -3633220 or 12357576. OLE color: 12357576.

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

Color convert

RGB 200 143 188 -
CMYK 0 0.28 0.06 0.22
HSL 312.63º 0.34% 0.67% -
HSV(B) 312.63º 0.29% 0.78% -
XYZ 42.72 35.56 52.19 -
YUV 165.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 200 143 188 0 0.28 0.06 0.22 312.63 0.34 0.67
Hex C8 8F BC 0 1C 6 16 139 22 43
Octal 310 217 274 0 34 6 26 471 42 103
Binary 11001000 10001111 10111100 0 11100 110 10110 100111001 100010 1000011

Color Harmonies of #C88FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FBC

Black with #C88FBC

Text Example


Text Example

White with #C88FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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