#C362CD

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

Shades of Medium Orchid #C362CD

Tints of Medium Orchid #C362CD

Color information

#C362CD (or 0xC362CD) is unknown color: approx Medium Orchid. HEX triplet: C3, 62 and CD. RGB value is (195,98,205). Sum of RGB (Red+Green+Blue) = 195+98+205=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 98 (38.67% from 255 or 19.68% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #C362CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362CD is #3C9D32. Grayscale: #8A8A8A. Windows color (decimal): -3972403 or 13460163. OLE color: 13460163.

HSL color Cylindrical-coordinate representation of color #C362CD: hue angle of 294.39º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C362CD is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19598205-
CMYK0.050.5200.20
HSL294.39º51.69%59.41%-
HSV(B)294.39º52.2%80.39%-
XYZ37.8924.7560.54-
YUV139.2165.14167.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 98 (38.67% from 255) = 19.68%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=39.16%
G=19.68%
B=41.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195982050.050.5200.20294.3951.6959.41
HexC362CD534014126343b
Octal3031423155640244466473
Binary11000011110001011001101101110100010100100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C362CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C362CD; }

 p { color: rgb(195,98,205); }

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

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

 a { background-color: rgb(195,98,205); }

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

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

 span { border-color: rgb(195,98,205); }

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