#C085CC

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

Shades of East Side #C085CC

Tints of East Side #C085CC

Color information

#C085CC (or 0xC085CC) is unknown color: approx East Side. HEX triplet: C0, 85 and CC. RGB value is (192,133,204). Sum of RGB (Red+Green+Blue) = 192+133+204=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C085CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085CC is #3F7A33. Grayscale: #9E9E9E. Windows color (decimal): -4160052 or 13403584. OLE color: 13403584.

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

Color convert

RGB192133204-
CMYK0.060.3500.2
HSL289.86º41.04%66.08%-
HSV(B)289.86º34.8%80%-
XYZ41.0232.3461.21-
YUV158.73153.55151.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 133 (52.34% from 255) = 25.14%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=36.29%
G=25.14%
B=38.56%

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
Decimal1921332040.060.3500.2289.8641.0466.08
HexC085CC6230141222942
Octal30020531464302444251102
Binary1100000010000101110011001101000110101001001000101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085CC; }

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

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

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

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

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

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

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

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