#C334F1

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

Shades of Medium Orchid #C334F1

Tints of Medium Orchid #C334F1

Color information

#C334F1 (or 0xC334F1) is unknown color: approx Medium Orchid. HEX triplet: C3, 34 and F1. RGB value is (195,52,241). Sum of RGB (Red+Green+Blue) = 195+52+241=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #C334F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334F1 is #3CCB0E. Grayscale: #737373. Windows color (decimal): -3984143 or 15807683. OLE color: 15807683.

HSL color Cylindrical-coordinate representation of color #C334F1: hue angle of 285.4º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C334F1 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19552241-
CMYK0.190.7800.05
HSL285.4º87.1%57.45%-
HSV(B)285.4º78.42%94.51%-
XYZ39.6120.4185.07-
YUV116.3198.38184.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 52 (20.70% from 255) = 10.66%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=39.96%
G=10.66%
B=49.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195522410.190.7800.05285.487.157.45
HexC334F1134E0511d5739
Octal30364361231160543512771
Binary110000111101001111000110011100111001011000111011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C334F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C334F1; }

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

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

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

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

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

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

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

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