#C363D0

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

Shades of Medium Orchid #C363D0

Tints of Medium Orchid #C363D0

Color information

#C363D0 (or 0xC363D0) is unknown color: approx Medium Orchid. HEX triplet: C3, 63 and D0. RGB value is (195,99,208). Sum of RGB (Red+Green+Blue) = 195+99+208=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #C363D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C363D0 is #3C9C2F. Grayscale: #8B8B8B. Windows color (decimal): -3972144 or 13657027. OLE color: 13657027.

HSL color Cylindrical-coordinate representation of color #C363D0: hue angle of 292.84º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C363D0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19599208-
CMYK0.060.5200.18
HSL292.84º53.69%60.2%-
HSV(B)292.84º52.4%81.57%-
XYZ38.3525.0862.49-
YUV140.13166.3167.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 99 (39.06% from 255) = 19.72%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=38.84%
G=19.72%
B=41.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195992080.060.5200.18292.8453.6960.2
HexC363D0634012125363c
Octal3031433206640224456674
Binary11000011110001111010000110110100010010100100101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C363D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C363D0; }

 p { color: rgb(195,99,208); }

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

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

 a { background-color: rgb(195,99,208); }

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

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

 span { border-color: rgb(195,99,208); }

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