Html Css Color HEX #C882B8 Lily

📋 copy color: '#C882B8'

red 200 ◦ green 130 ◦ blue 184

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

Shades of Lily #C882B8

Tints of Lily #C882B8

RGB

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

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

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

R = 38.91%
G = 25.29%
B = 35.8%

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

#C882B8 (or 0xC882B8) is known color: Lily. HEX triplet: C8, 82 and B8. RGB value is (200,130,184). Sum of RGB (Red+Green+Blue) = 200+130+184=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C882B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882B8 is #377D47. Grayscale: #9C9C9C. Windows color (decimal): -3636552 or 12092104. OLE color: 12092104.

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

Color convert

RGB 200 130 184 -
CMYK 0 0.35 0.08 0.22
HSL 313.71º 0.39% 0.65% -
HSV(B) 313.71º 0.35% 0.78% -
XYZ 40.45 31.71 49.34 -
YUV 157.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 200 130 184 0 0.35 0.08 0.22 313.71 0.39 0.65
Hex C8 82 B8 0 23 8 16 13A 27 41
Octal 310 202 270 0 43 10 26 472 47 101
Binary 11001000 10000010 10111000 0 100011 1000 10110 100111010 100111 1000001

Color Harmonies of #C882B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882B8

Black with #C882B8

Text Example


Text Example

White with #C882B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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