#C342F7

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

Shades of Medium Orchid #C342F7

Tints of Medium Orchid #C342F7

Color information

#C342F7 (or 0xC342F7) is unknown color: approx Medium Orchid. HEX triplet: C3, 42 and F7. RGB value is (195,66,247). Sum of RGB (Red+Green+Blue) = 195+66+247=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #C342F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342F7 is #3CBD08. Grayscale: #7C7C7C. Windows color (decimal): -3980553 or 16204483. OLE color: 16204483.

HSL color Cylindrical-coordinate representation of color #C342F7: hue angle of 282.76º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C342F7 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19566247-
CMYK0.210.7300.03
HSL282.76º91.88%61.37%-
HSV(B)282.76º73.28%96.86%-
XYZ41.2422.2190.11-
YUV125.2196.74177.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.39%
GREEN value IS 66 (26.17% from 255) = 12.99%
BLUE value IS 247 (96.88% from 255) = 48.62%
R=38.39%
G=12.99%
B=48.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal195662470.210.7300.03282.7691.8861.37
HexC342F715490311b5c3d
Octal303102367251110343313475
Binary110000111000010111101111010110010010111000110111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342F7; }

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

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

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

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

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

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

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

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