Html Css Color HEX #C882B4 Lily

📋 copy color: '#C882B4'

red 200 ◦ green 130 ◦ blue 180

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

Shades of Lily #C882B4

Tints of Lily #C882B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.29%

R = 39.22%
G = 25.49%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#C882B4 (or 0xC882B4) is known color: Lily. HEX triplet: C8, 82 and B4. RGB value is (200,130,180). Sum of RGB (Red+Green+Blue) = 200+130+180=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C882B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882B4 is #377D4B. Grayscale: #9C9C9C. Windows color (decimal): -3636556 or 11829960. OLE color: 11829960.

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

Color convert

RGB 200 130 180 -
CMYK 0 0.35 0.1 0.22
HSL 317.14º 0.39% 0.65% -
HSV(B) 317.14º 0.35% 0.78% -
XYZ 40.04 31.54 47.16 -
YUV 156.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 200 130 180 0 0.35 0.1 0.22 317.14 0.39 0.65
Hex C8 82 B4 0 23 A 16 13D 27 41
Octal 310 202 264 0 43 12 26 475 47 101
Binary 11001000 10000010 10110100 0 100011 1010 10110 100111101 100111 1000001

Color Harmonies of #C882B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882B4

Black with #C882B4

Text Example


Text Example

White with #C882B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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