Html Css Color HEX #C882B2 Lily

📋 copy color: '#C882B2'

red 200 ◦ green 130 ◦ blue 178

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

Shades of Lily #C882B2

Tints of Lily #C882B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.04%

R = 39.37%
G = 25.59%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C882B2 (or 0xC882B2) is known color: Lily. HEX triplet: C8, 82 and B2. RGB value is (200,130,178). Sum of RGB (Red+Green+Blue) = 200+130+178=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C882B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882B2 is #377D4D. Grayscale: #9C9C9C. Windows color (decimal): -3636558 or 11698888. OLE color: 11698888.

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

Color convert

RGB 200 130 178 -
CMYK 0 0.35 0.11 0.22
HSL 318.86º 0.39% 0.65% -
HSV(B) 318.86º 0.35% 0.78% -
XYZ 39.84 31.46 46.09 -
YUV 156.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 200 130 178 0 0.35 0.11 0.22 318.86 0.39 0.65
Hex C8 82 B2 0 23 B 16 13F 27 41
Octal 310 202 262 0 43 13 26 477 47 101
Binary 11001000 10000010 10110010 0 100011 1011 10110 100111111 100111 1000001

Color Harmonies of #C882B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882B2

Black with #C882B2

Text Example


Text Example

White with #C882B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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