#C334F6

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

Shades of Medium Orchid #C334F6

Tints of Medium Orchid #C334F6

Color information

#C334F6 (or 0xC334F6) is unknown color: approx Medium Orchid. HEX triplet: C3, 34 and F6. RGB value is (195,52,246). Sum of RGB (Red+Green+Blue) = 195+52+246=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #C334F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334F6 is #3CCB09. Grayscale: #747474. Windows color (decimal): -3984138 or 16135363. OLE color: 16135363.

HSL color Cylindrical-coordinate representation of color #C334F6: hue angle of 284.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C334F6 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19552246-
CMYK0.210.7900.04
HSL284.23º91.51%58.43%-
HSV(B)284.23º78.86%96.47%-
XYZ40.3720.7189.06-
YUV116.87200.88183.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 52 (20.70% from 255) = 10.55%
BLUE value IS 246 (96.48% from 255) = 49.90%
R=39.55%
G=10.55%
B=49.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal195522460.210.7900.04284.2391.5158.43
HexC334F6154F0411c5c3a
Octal30364366251170443413472
Binary110000111101001111011010101100111101001000111001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C334F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C334F6; }

 p { color: rgb(195,52,246); }

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

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

 a { background-color: rgb(195,52,246); }

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

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

 span { border-color: rgb(195,52,246); }

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