#C856DD

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

Shades of Medium Orchid #C856DD

Tints of Medium Orchid #C856DD

Color information

#C856DD (or 0xC856DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 56 and DD. RGB value is (200,86,221). Sum of RGB (Red+Green+Blue) = 200+86+221=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C856DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856DD is #37A922. Grayscale: #878787. Windows color (decimal): -3647779 or 14505672. OLE color: 14505672.

HSL color Cylindrical-coordinate representation of color #C856DD: hue angle of 290.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C856DD is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20086221-
CMYK0.100.6100.13
HSL290.67º66.5%60.2%-
HSV(B)290.67º61.09%86.67%-
XYZ40.224.1670.95-
YUV135.48176.27174.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 86 (33.98% from 255) = 16.96%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=39.45%
G=16.96%
B=43.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200862210.100.6100.13290.6766.560.2
HexC856DDA3D0D123433c
Octal310126335127501544310374
Binary110010001010110110111011010111101011011001000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C856DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C856DD; }

 p { color: rgb(200,86,221); }

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

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

 a { background-color: rgb(200,86,221); }

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

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

 span { border-color: rgb(200,86,221); }

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