#C371DD

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

Shades of Medium Orchid #C371DD

Tints of Medium Orchid #C371DD

Color information

#C371DD (or 0xC371DD) is unknown color: approx Medium Orchid. HEX triplet: C3, 71 and DD. RGB value is (195,113,221). Sum of RGB (Red+Green+Blue) = 195+113+221=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #C371DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371DD is #3C8E22. Grayscale: #959595. Windows color (decimal): -3968547 or 14512579. OLE color: 14512579.

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

Color convert

RGB195113221-
CMYK0.120.4900.13
HSL285.56º61.36%65.49%-
HSV(B)285.56º48.87%86.67%-
XYZ41.4628.6371.75-
YUV149.83168.17160.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 113 (44.53% from 255) = 21.36%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=36.86%
G=21.36%
B=41.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951132210.120.4900.13285.5661.3665.49
HexC371DDC310D11e3d41
Octal303161335146101543675101
Binary110000111110001110111011100110001011011000111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C371DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C371DD; }

 p { color: rgb(195,113,221); }

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

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

 a { background-color: rgb(195,113,221); }

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

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

 span { border-color: rgb(195,113,221); }

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