#C085CD

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

Shades of East Side #C085CD

Tints of East Side #C085CD

Color information

#C085CD (or 0xC085CD) is unknown color: approx East Side. HEX triplet: C0, 85 and CD. RGB value is (192,133,205). Sum of RGB (Red+Green+Blue) = 192+133+205=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C085CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085CD is #3F7A32. Grayscale: #9E9E9E. Windows color (decimal): -4160051 or 13469120. OLE color: 13469120.

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

Color convert

RGB192133205-
CMYK0.060.3500.20
HSL289.17º41.86%66.27%-
HSV(B)289.17º35.12%80.39%-
XYZ41.1532.3961.84-
YUV158.85154.05151.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 133 (52.34% from 255) = 25.09%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=36.23%
G=25.09%
B=38.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1921332050.060.3500.20289.1741.8666.27
HexC085CD6230141212a42
Octal30020531564302444152102
Binary1100000010000101110011011101000110101001001000011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C085CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C085CD; }

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

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

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

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

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

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

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

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