Html Css Color HEX #CC82AF Lily

📋 copy color: '#CC82AF'

red 204 ◦ green 130 ◦ blue 175

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

Shades of Lily #CC82AF

Tints of Lily #CC82AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.38%

R = 40.08%
G = 25.54%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC82AF (or 0xCC82AF) is known color: Lily. HEX triplet: CC, 82 and AF. RGB value is (204,130,175). Sum of RGB (Red+Green+Blue) = 204+130+175=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC82AF is #337D50. Grayscale: #9D9D9D. Windows color (decimal): -3374417 or 11502284. OLE color: 11502284.

HSL color Cylindrical-coordinate representation of color #CC82AF: hue angle of 323.51º 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 #CC82AF is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 130 175 -
CMYK 0 0.36 0.14 0.2
HSL 323.51º 0.42% 0.65% -
HSV(B) 323.51º 0.36% 0.8% -
XYZ 40.62 31.9 44.57 -
YUV 157.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 204 130 175 0 0.36 0.14 0.2 323.51 0.42 0.65
Hex CC 82 AF 0 24 E 14 144 2A 41
Octal 314 202 257 0 44 16 24 504 52 101
Binary 11001100 10000010 10101111 0 100100 1110 10100 101000100 101010 1000001

Color Harmonies of #CC82AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC82AF

Black with #CC82AF

Text Example


Text Example

White with #CC82AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC82AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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