#C949F0

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

Shades of Medium Orchid #C949F0

Tints of Medium Orchid #C949F0

Color information

#C949F0 (or 0xC949F0) is unknown color: approx Medium Orchid. HEX triplet: C9, 49 and F0. RGB value is (201,73,240). Sum of RGB (Red+Green+Blue) = 201+73+240=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #C949F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949F0 is #36B60F. Grayscale: #818181. Windows color (decimal): -3585552 or 15747529. OLE color: 15747529.

HSL color Cylindrical-coordinate representation of color #C949F0: hue angle of 285.99º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C949F0 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20173240-
CMYK0.160.7000.06
HSL285.99º84.77%61.37%-
HSV(B)285.99º69.58%94.12%-
XYZ42.223.4784.74-
YUV130.31189.91178.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.11%
GREEN value IS 73 (28.91% from 255) = 14.20%
BLUE value IS 240 (94.14% from 255) = 46.69%
R=39.11%
G=14.20%
B=46.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal201732400.160.7000.06285.9984.7761.37
HexC949F010460611e553d
Octal311111360201060643612575
Binary1100100110010011111000010000100011001101000111101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C949F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C949F0; }

 p { color: rgb(201,73,240); }

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

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

 a { background-color: rgb(201,73,240); }

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

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

 span { border-color: rgb(201,73,240); }

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