#C362D8

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

Shades of Medium Orchid #C362D8

Tints of Medium Orchid #C362D8

Color information

#C362D8 (or 0xC362D8) is unknown color: approx Medium Orchid. HEX triplet: C3, 62 and D8. RGB value is (195,98,216). Sum of RGB (Red+Green+Blue) = 195+98+216=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #C362D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C362D8 is #3C9D27. Grayscale: #8C8C8C. Windows color (decimal): -3972392 or 14181059. OLE color: 14181059.

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

Color convert

RGB19598216-
CMYK0.100.5500.15
HSL289.32º60.2%61.57%-
HSV(B)289.32º54.63%84.71%-
XYZ39.2725.367.78-
YUV140.45170.64166.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 98 (38.67% from 255) = 19.25%
BLUE value IS 216 (84.77% from 255) = 42.44%
R=38.31%
G=19.25%
B=42.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal195982160.100.5500.15289.3260.261.57
HexC362D8A370F1213c3e
Octal30314233012670174417476
Binary11000011110001011011000101011011101111100100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C362D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C362D8; }

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

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

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

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

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

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

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

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