Html Css Color HEX #C882B7 Lily

📋 copy color: '#C882B7'

red 200 ◦ green 130 ◦ blue 183

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

Shades of Lily #C882B7

Tints of Lily #C882B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.67%

R = 38.99%
G = 25.34%
B = 35.67%

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

#C882B7 (or 0xC882B7) is known color: Lily. HEX triplet: C8, 82 and B7. RGB value is (200,130,183). Sum of RGB (Red+Green+Blue) = 200+130+183=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C882B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882B7 is #377D48. Grayscale: #9C9C9C. Windows color (decimal): -3636553 or 12026568. OLE color: 12026568.

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

Color convert

RGB 200 130 183 -
CMYK 0 0.35 0.08 0.22
HSL 314.57º 0.39% 0.65% -
HSV(B) 314.57º 0.35% 0.78% -
XYZ 40.35 31.66 48.78 -
YUV 156.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 200 130 183 0 0.35 0.08 0.22 314.57 0.39 0.65
Hex C8 82 B7 0 23 8 16 13B 27 41
Octal 310 202 267 0 43 10 26 473 47 101
Binary 11001000 10000010 10110111 0 100011 1000 10110 100111011 100111 1000001

Color Harmonies of #C882B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882B7

Black with #C882B7

Text Example


Text Example

White with #C882B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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