#C080CF

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

Shades of East Side #C080CF

Tints of East Side #C080CF

Color information

#C080CF (or 0xC080CF) is unknown color: approx East Side. HEX triplet: C0, 80 and CF. RGB value is (192,128,207). Sum of RGB (Red+Green+Blue) = 192+128+207=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C080CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080CF is #3F7F30. Grayscale: #9B9B9B. Windows color (decimal): -4161329 or 13598912. OLE color: 13598912.

HSL color Cylindrical-coordinate representation of color #C080CF: hue angle of 288.61º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C080CF is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192128207-
CMYK0.070.3800.19
HSL288.61º45.14%65.69%-
HSV(B)288.61º38.16%81.18%-
XYZ40.7231.1562.9-
YUV156.14156.7153.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.43%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 207 (81.25% from 255) = 39.28%
R=36.43%
G=24.29%
B=39.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921282070.070.3800.19288.6145.1465.69
HexC080CF7260131212d42
Octal30020031774602344155102
Binary1100000010000000110011111111001100100111001000011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080CF; }

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

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

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

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

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

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

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

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