#C935FA

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

Shades of Medium Orchid #C935FA

Tints of Medium Orchid #C935FA

Color information

#C935FA (or 0xC935FA) is unknown color: approx Medium Orchid. HEX triplet: C9, 35 and FA. RGB value is (201,53,250). Sum of RGB (Red+Green+Blue) = 201+53+250=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #C935FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FA is #36CA05. Grayscale: #777777. Windows color (decimal): -3590662 or 16397769. OLE color: 16397769.

HSL color Cylindrical-coordinate representation of color #C935FA: hue angle of 285.08º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C935FA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20153250-
CMYK0.200.7900.02
HSL285.08º95.17%59.41%-
HSV(B)285.08º78.8%98.04%-
XYZ42.6221.8792.42-
YUV119.71201.53185.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 53 (21.09% from 255) = 10.52%
BLUE value IS 250 (98.05% from 255) = 49.60%
R=39.88%
G=10.52%
B=49.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201532500.200.7900.02285.0895.1759.41
HexC935FA144F0211d5f3b
Octal31165372241170243513773
Binary11001001110101111110101010010011110101000111011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C935FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C935FA; }

 p { color: rgb(201,53,250); }

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

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

 a { background-color: rgb(201,53,250); }

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

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

 span { border-color: rgb(201,53,250); }

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