#C858DC

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

Shades of Medium Orchid #C858DC

Tints of Medium Orchid #C858DC

Color information

#C858DC (or 0xC858DC) is unknown color: approx Medium Orchid. HEX triplet: C8, 58 and DC. RGB value is (200,88,220). Sum of RGB (Red+Green+Blue) = 200+88+220=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #C858DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858DC is #37A723. Grayscale: #888888. Windows color (decimal): -3647268 or 14440648. OLE color: 14440648.

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

Color convert

RGB20088220-
CMYK0.090.600.14
HSL290.91º65.35%60.39%-
HSV(B)290.91º60%86.27%-
XYZ40.2324.4370.3-
YUV136.54175.11173.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 88 (34.77% from 255) = 17.32%
BLUE value IS 220 (86.33% from 255) = 43.31%
R=39.37%
G=17.32%
B=43.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal200882200.090.600.14290.9165.3560.39
HexC858DC93C0E123413c
Octal310130334117401644310174
Binary110010001011000110111001001111100011101001000111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C858DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C858DC; }

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

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

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

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

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

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

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

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