#C084CC

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

Shades of East Side #C084CC

Tints of East Side #C084CC

Color information

#C084CC (or 0xC084CC) is unknown color: approx East Side. HEX triplet: C0, 84 and CC. RGB value is (192,132,204). Sum of RGB (Red+Green+Blue) = 192+132+204=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #C084CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084CC is #3F7B33. Grayscale: #9D9D9D. Windows color (decimal): -4160308 or 13403328. OLE color: 13403328.

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

Color convert

RGB192132204-
CMYK0.060.3500.2
HSL290º41.38%65.88%-
HSV(B)290º35.29%80%-
XYZ40.8932.0761.16-
YUV158.15153.88152.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.36%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=36.36%
G=25%
B=38.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921322040.060.3500.229041.3865.88
HexC084CC6230141222942
Octal30020431464302444251102
Binary1100000010000100110011001101000110101001001000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084CC; }

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

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

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

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

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

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

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

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