#C85BDC

Color #C85BDC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C85BDC

Tints of Medium Orchid #C85BDC

Color information

#C85BDC (or 0xC85BDC) is unknown color: approx Medium Orchid. HEX triplet: C8, 5B and DC. RGB value is (200,91,220). Sum of RGB (Red+Green+Blue) = 200+91+220=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C85BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85BDC is #37A423. Grayscale: #898989. Windows color (decimal): -3646500 or 14441416. OLE color: 14441416.

HSL color Cylindrical-coordinate representation of color #C85BDC: hue angle of 290.7º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85BDC is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20091220-
CMYK0.090.5900.14
HSL290.7º64.82%60.98%-
HSV(B)290.7º58.64%86.27%-
XYZ40.4824.9370.39-
YUV138.3174.11172.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 91 (35.94% from 255) = 17.81%
BLUE value IS 220 (86.33% from 255) = 43.05%
R=39.14%
G=17.81%
B=43.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200912200.090.5900.14290.764.8260.98
HexC85BDC93B0E123413d
Octal310133334117301644310175
Binary110010001011011110111001001111011011101001000111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85BDC; }

 p { color: rgb(200,91,220); }

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

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

 a { background-color: rgb(200,91,220); }

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

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

 span { border-color: rgb(200,91,220); }

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