#C949F2

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

Shades of Medium Orchid #C949F2

Tints of Medium Orchid #C949F2

Color information

#C949F2 (or 0xC949F2) is unknown color: approx Medium Orchid. HEX triplet: C9, 49 and F2. RGB value is (201,73,242). Sum of RGB (Red+Green+Blue) = 201+73+242=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #C949F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C949F2 is #36B60D. Grayscale: #818181. Windows color (decimal): -3585550 or 15878601. OLE color: 15878601.

HSL color Cylindrical-coordinate representation of color #C949F2: hue angle of 285.44º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C949F2 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20173242-
CMYK0.170.7000.05
HSL285.44º86.67%61.76%-
HSV(B)285.44º69.83%94.9%-
XYZ42.523.5986.32-
YUV130.54190.91178.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 73 (28.91% from 255) = 14.15%
BLUE value IS 242 (94.92% from 255) = 46.90%
R=38.95%
G=14.15%
B=46.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal201732420.170.7000.05285.4486.6761.76
HexC949F211460511d573e
Octal311111362211060543512776
Binary1100100110010011111001010001100011001011000111011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C949F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C949F2; }

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

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

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

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

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

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

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

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