#C342DD

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

Shades of Medium Orchid #C342DD

Tints of Medium Orchid #C342DD

Color information

#C342DD (or 0xC342DD) is unknown color: approx Medium Orchid. HEX triplet: C3, 42 and DD. RGB value is (195,66,221). Sum of RGB (Red+Green+Blue) = 195+66+221=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #C342DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342DD is #3CBD22. Grayscale: #797979. Windows color (decimal): -3980579 or 14500547. OLE color: 14500547.

HSL color Cylindrical-coordinate representation of color #C342DD: hue angle of 289.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C342DD is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19566221-
CMYK0.120.7000.13
HSL289.94º69.51%56.27%-
HSV(B)289.94º70.14%86.67%-
XYZ37.5120.7270.43-
YUV122.24183.74179.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 66 (26.17% from 255) = 13.69%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=40.46%
G=13.69%
B=45.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal195662210.120.7000.13289.9469.5156.27
HexC342DDC460D1224638
Octal3031023351410601544210670
Binary1100001110000101101110111001000110011011001000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342DD; }

 p { color: rgb(195,66,221); }

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

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

 a { background-color: rgb(195,66,221); }

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

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

 span { border-color: rgb(195,66,221); }

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