Html Css Color HEX #C88CB8 Lily

📋 copy color: '#C88CB8'

red 200 ◦ green 140 ◦ blue 184

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

Shades of Lily #C88CB8

Tints of Lily #C88CB8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.72%

 BLUE value IS 184 (72.27% from 255) = 35.11%

R = 38.17%
G = 26.72%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C88CB8 (or 0xC88CB8) is known color: Lily. HEX triplet: C8, 8C and B8. RGB value is (200,140,184). Sum of RGB (Red+Green+Blue) = 200+140+184=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CB8 is #377347. Grayscale: #A2A2A2. Windows color (decimal): -3633992 or 12094664. OLE color: 12094664.

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

Color convert

RGB 200 140 184 -
CMYK 0 0.3 0.08 0.22
HSL 316º 0.35% 0.67% -
HSV(B) 316º 0.3% 0.78% -
XYZ 41.85 34.5 49.8 -
YUV 162.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 200 140 184 0 0.3 0.08 0.22 316 0.35 0.67
Hex C8 8C B8 0 1E 8 16 13C 23 43
Octal 310 214 270 0 36 10 26 474 43 103
Binary 11001000 10001100 10111000 0 11110 1000 10110 100111100 100011 1000011

Color Harmonies of #C88CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CB8

Black with #C88CB8

Text Example


Text Example

White with #C88CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CB8; }

 p { color: rgb(200,140,184); }

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

background-color css

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

 a { background-color: rgb(200,140,184); }

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

border-color css

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

 span { border-color: rgb(200,140,184); }

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