#C947FA

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

Shades of Medium Orchid #C947FA

Tints of Medium Orchid #C947FA

Color information

#C947FA (or 0xC947FA) is unknown color: approx Medium Orchid. HEX triplet: C9, 47 and FA. RGB value is (201,71,250). Sum of RGB (Red+Green+Blue) = 201+71+250=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C947FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947FA is #36B805. Grayscale: #818181. Windows color (decimal): -3586054 or 16402377. OLE color: 16402377.

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

Color convert

RGB20171250-
CMYK0.200.7200.02
HSL283.58º94.71%62.94%-
HSV(B)283.58º71.6%98.04%-
XYZ43.623.8392.74-
YUV130.28195.57178.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 71 (28.12% from 255) = 13.60%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=38.51%
G=13.60%
B=47.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal201712500.200.7200.02283.5894.7162.94
HexC947FA14480211c5f3f
Octal311107372241100243413777
Binary110010011000111111110101010010010000101000111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C947FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C947FA; }

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

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

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

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

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

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

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

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