Html Css Color HEX #C88CB3 Lily

📋 copy color: '#C88CB3'

red 200 ◦ green 140 ◦ blue 179

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

Shades of Lily #C88CB3

Tints of Lily #C88CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.49%

R = 38.54%
G = 26.97%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C88CB3 (or 0xC88CB3) is known color: Lily. HEX triplet: C8, 8C and B3. RGB value is (200,140,179). Sum of RGB (Red+Green+Blue) = 200+140+179=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CB3 is #37734C. Grayscale: #A2A2A2. Windows color (decimal): -3633997 or 11766984. OLE color: 11766984.

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

Color convert

RGB 200 140 179 -
CMYK 0 0.3 0.10 0.22
HSL 321º 0.35% 0.67% -
HSV(B) 321º 0.3% 0.78% -
XYZ 41.33 34.29 47.09 -
YUV 162.39 137.38 154.83 -
System Red Green Blue C M Y K H S L
Decimal 200 140 179 0 0.3 0.10 0.22 321 0.35 0.67
Hex C8 8C B3 0 1E A 16 141 23 43
Octal 310 214 263 0 36 12 26 501 43 103
Binary 11001000 10001100 10110011 0 11110 1010 10110 101000001 100011 1000011

Color Harmonies of #C88CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CB3

Black with #C88CB3

Text Example


Text Example

White with #C88CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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