Html Css Color HEX #C886BD Lilac

📋 copy color: '#C886BD'

red 200 ◦ green 134 ◦ blue 189

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

Shades of Lilac #C886BD

Tints of Lilac #C886BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.62%

 BLUE value IS 189 (74.22% from 255) = 36.14%

R = 38.24%
G = 25.62%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C886BD (or 0xC886BD) is known color: Lilac. HEX triplet: C8, 86 and BD. RGB value is (200,134,189). Sum of RGB (Red+Green+Blue) = 200+134+189=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C886BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886BD is #377942. Grayscale: #9F9F9F. Windows color (decimal): -3635523 or 12420808. OLE color: 12420808.

HSL color Cylindrical-coordinate representation of color #C886BD: hue angle of 310º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886BD is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 134 189 -
CMYK 0 0.33 0.06 0.22
HSL 310º 0.38% 0.65% -
HSV(B) 310º 0.33% 0.78% -
XYZ 41.53 33 52.33 -
YUV 160 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 200 134 189 0 0.33 0.06 0.22 310 0.38 0.65
Hex C8 86 BD 0 21 6 16 136 26 41
Octal 310 206 275 0 41 6 26 466 46 101
Binary 11001000 10000110 10111101 0 100001 110 10110 100110110 100110 1000001

Color Harmonies of #C886BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886BD

Black with #C886BD

Text Example


Text Example

White with #C886BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886BD; }

 p { color: rgb(200,134,189); }

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

background-color css

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

 a { background-color: rgb(200,134,189); }

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

border-color css

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

 span { border-color: rgb(200,134,189); }

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