#C085CE

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

Shades of East Side #C085CE

Tints of East Side #C085CE

Color information

#C085CE (or 0xC085CE) is unknown color: approx East Side. HEX triplet: C0, 85 and CE. RGB value is (192,133,206). Sum of RGB (Red+Green+Blue) = 192+133+206=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #C085CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085CE is #3F7A31. Grayscale: #9E9E9E. Windows color (decimal): -4160050 or 13534656. OLE color: 13534656.

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

Color convert

RGB192133206-
CMYK0.070.3500.19
HSL288.49º42.69%66.47%-
HSV(B)288.49º35.44%80.78%-
XYZ41.2732.4462.48-
YUV158.96154.55151.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 133 (52.34% from 255) = 25.05%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=36.16%
G=25.05%
B=38.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921332060.070.3500.19288.4942.6966.47
HexC085CE7230131202b42
Octal30020531674302344053102
Binary1100000010000101110011101111000110100111001000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085CE; }

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

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

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

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

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

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

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

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