#C858DD

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

Shades of Medium Orchid #C858DD

Tints of Medium Orchid #C858DD

Color information

#C858DD (or 0xC858DD) is unknown color: approx Medium Orchid. HEX triplet: C8, 58 and DD. RGB value is (200,88,221). Sum of RGB (Red+Green+Blue) = 200+88+221=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #C858DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858DD is #37A722. Grayscale: #888888. Windows color (decimal): -3647267 or 14506184. OLE color: 14506184.

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

Color convert

RGB20088221-
CMYK0.100.6000.13
HSL290.53º66.17%60.59%-
HSV(B)290.53º60.18%86.67%-
XYZ40.3624.4871-
YUV136.65175.61173.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 88 (34.77% from 255) = 17.29%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=39.29%
G=17.29%
B=43.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal200882210.100.6000.13290.5366.1760.59
HexC858DDA3C0D123423d
Octal310130335127401544310275
Binary110010001011000110111011010111100011011001000111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C858DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C858DD; }

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

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

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

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

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

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

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

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