#C080CC

Color #C080CC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #C080CC

Tints of East Side #C080CC

Color information

#C080CC (or 0xC080CC) is unknown color: approx East Side. HEX triplet: C0, 80 and CC. RGB value is (192,128,204). Sum of RGB (Red+Green+Blue) = 192+128+204=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #C080CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080CC is #3F7F33. Grayscale: #9B9B9B. Windows color (decimal): -4161332 or 13402304. OLE color: 13402304.

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

Color convert

RGB192128204-
CMYK0.060.3700.2
HSL290.53º42.7%65.1%-
HSV(B)290.53º37.25%80%-
XYZ40.363160.98-
YUV155.8155.2153.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=36.64%
G=24.43%
B=38.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921282040.060.3700.2290.5342.765.1
HexC080CC6250141232b41
Octal30020031464502444353101
Binary1100000010000000110011001101001010101001001000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080CC; }

 p { color: rgb(192,128,204); }

 H1.HeaderClassName
 {
   color: #C080CC;
 }
 .AnyTagClassName
 {
   color: #C080CC;
 }
</style>
background-color css

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

 a { background-color: rgb(192,128,204); }

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

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

 span { border-color: rgb(192,128,204); }

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