Html Css Color HEX #C882B9 Lily

📋 copy color: '#C882B9'

red 200 ◦ green 130 ◦ blue 185

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

Shades of Lily #C882B9

Tints of Lily #C882B9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

 BLUE value IS 185 (72.66% from 255) = 35.92%

R = 38.83%
G = 25.24%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C882B9 (or 0xC882B9) is known color: Lily. HEX triplet: C8, 82 and B9. RGB value is (200,130,185). Sum of RGB (Red+Green+Blue) = 200+130+185=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C882B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882B9 is #377D46. Grayscale: #9D9D9D. Windows color (decimal): -3636551 or 12157640. OLE color: 12157640.

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

Color convert

RGB 200 130 185 -
CMYK 0 0.35 0.08 0.22
HSL 312.86º 0.39% 0.65% -
HSV(B) 312.86º 0.35% 0.78% -
XYZ 40.56 31.75 49.89 -
YUV 157.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 200 130 185 0 0.35 0.08 0.22 312.86 0.39 0.65
Hex C8 82 B9 0 23 8 16 139 27 41
Octal 310 202 271 0 43 10 26 471 47 101
Binary 11001000 10000010 10111001 0 100011 1000 10110 100111001 100111 1000001

Color Harmonies of #C882B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882B9

Black with #C882B9

Text Example


Text Example

White with #C882B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882B9; }

 p { color: rgb(200,130,185); }

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

background-color css

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

 a { background-color: rgb(200,130,185); }

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

border-color css

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

 span { border-color: rgb(200,130,185); }

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