#C337D6

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

Shades of Medium Orchid #C337D6

Tints of Medium Orchid #C337D6

Color information

#C337D6 (or 0xC337D6) is unknown color: approx Medium Orchid. HEX triplet: C3, 37 and D6. RGB value is (195,55,214). Sum of RGB (Red+Green+Blue) = 195+55+214=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #C337D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C337D6 is #3CC829. Grayscale: #727272. Windows color (decimal): -3983402 or 14038979. OLE color: 14038979.

HSL color Cylindrical-coordinate representation of color #C337D6: hue angle of 292.83º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C337D6 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19555214-
CMYK0.090.7400.16
HSL292.83º65.98%52.75%-
HSV(B)292.83º74.3%83.92%-
XYZ36.0119.1965.42-
YUV114.99183.88185.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 55 (21.88% from 255) = 11.85%
BLUE value IS 214 (83.98% from 255) = 46.12%
R=42.03%
G=11.85%
B=46.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195552140.090.7400.16292.8365.9852.75
HexC337D694A0101254235
Octal303673261111202044510265
Binary1100001111011111010110100110010100100001001001011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C337D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C337D6; }

 p { color: rgb(195,55,214); }

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

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

 a { background-color: rgb(195,55,214); }

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

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

 span { border-color: rgb(195,55,214); }

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