Html Css Color HEX #CC82BA Lily

📋 copy color: '#CC82BA'

red 204 ◦ green 130 ◦ blue 186

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

Shades of Lily #CC82BA

Tints of Lily #CC82BA

RGB

 RED value IS 204 (80.08% from 255) = 39.23%

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

 BLUE value IS 186 (73.05% from 255) = 35.77%

R = 39.23%
G = 25%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC82BA (or 0xCC82BA) is known color: Lily. HEX triplet: CC, 82 and BA. RGB value is (204,130,186). Sum of RGB (Red+Green+Blue) = 204+130+186=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82BA is #337D45. Grayscale: #9E9E9E. Windows color (decimal): -3374406 or 12223180. OLE color: 12223180.

HSL color Cylindrical-coordinate representation of color #CC82BA: hue angle of 314.59º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC82BA is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 186 -
CMYK 0 0.36 0.09 0.2
HSL 314.59º 0.42% 0.65% -
HSV(B) 314.59º 0.36% 0.8% -
XYZ 41.75 32.35 50.5 -
YUV 158.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 204 130 186 0 0.36 0.09 0.2 314.59 0.42 0.65
Hex CC 82 BA 0 24 9 14 13B 2A 41
Octal 314 202 272 0 44 11 24 473 52 101
Binary 11001100 10000010 10111010 0 100100 1001 10100 100111011 101010 1000001

Color Harmonies of #CC82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82BA

Black with #CC82BA

Text Example


Text Example

White with #CC82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82BA; }

 p { color: rgb(204,130,186); }

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

background-color css

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

 a { background-color: rgb(204,130,186); }

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

border-color css

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

 span { border-color: rgb(204,130,186); }

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