#C370D8

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

Shades of Medium Orchid #C370D8

Tints of Medium Orchid #C370D8

Color information

#C370D8 (or 0xC370D8) is unknown color: approx Medium Orchid. HEX triplet: C3, 70 and D8. RGB value is (195,112,216). Sum of RGB (Red+Green+Blue) = 195+112+216=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #C370D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370D8 is #3C8F27. Grayscale: #949494. Windows color (decimal): -3968808 or 14184643. OLE color: 14184643.

HSL color Cylindrical-coordinate representation of color #C370D8: hue angle of 287.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C370D8 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195112216-
CMYK0.100.4800.15
HSL287.88º57.14%64.31%-
HSV(B)287.88º48.15%84.71%-
XYZ40.6928.1568.25-
YUV148.67166161.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 112 (44.14% from 255) = 21.41%
BLUE value IS 216 (84.77% from 255) = 41.30%
R=37.28%
G=21.41%
B=41.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951122160.100.4800.15287.8857.1464.31
HexC370D8A300F1203940
Octal303160330126001744071100
Binary110000111110000110110001010110000011111001000001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370D8; }

 p { color: rgb(195,112,216); }

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

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

 a { background-color: rgb(195,112,216); }

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

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

 span { border-color: rgb(195,112,216); }

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