Html Css Color HEX #C88CB0 Lily

📋 copy color: '#C88CB0'

red 200 ◦ green 140 ◦ blue 176

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

Shades of Lily #C88CB0

Tints of Lily #C88CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 38.76%
G = 27.13%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C88CB0 (or 0xC88CB0) is known color: Lily. HEX triplet: C8, 8C and B0. RGB value is (200,140,176). Sum of RGB (Red+Green+Blue) = 200+140+176=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CB0 is #37734F. Grayscale: #A1A1A1. Windows color (decimal): -3634000 or 11570376. OLE color: 11570376.

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

Color convert

RGB 200 140 176 -
CMYK 0 0.3 0.12 0.22
HSL 324º 0.35% 0.67% -
HSV(B) 324º 0.3% 0.78% -
XYZ 41.03 34.17 45.51 -
YUV 162.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 200 140 176 0 0.3 0.12 0.22 324 0.35 0.67
Hex C8 8C B0 0 1E C 16 144 23 43
Octal 310 214 260 0 36 14 26 504 43 103
Binary 11001000 10001100 10110000 0 11110 1100 10110 101000100 100011 1000011

Color Harmonies of #C88CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CB0

Black with #C88CB0

Text Example


Text Example

White with #C88CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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