#CF49F9

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

Shades of Medium Orchid #CF49F9

Tints of Medium Orchid #CF49F9

Color information

#CF49F9 (or 0xCF49F9) is unknown color: approx Medium Orchid. HEX triplet: CF, 49 and F9. RGB value is (207,73,249). Sum of RGB (Red+Green+Blue) = 207+73+249=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF49F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF49F9 is #30B606. Grayscale: #848484. Windows color (decimal): -3192327 or 16337359. OLE color: 16337359.

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

Color convert

RGB20773249-
CMYK0.170.7100.02
HSL285.68º93.62%63.14%-
HSV(B)285.68º70.68%97.65%-
XYZ45.2124.8792.04-
YUV133.13193.39180.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 73 (28.91% from 255) = 13.80%
BLUE value IS 249 (97.66% from 255) = 47.07%
R=39.13%
G=13.80%
B=47.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207732490.170.7100.02285.6893.6263.14
HexCF49F911470211e5e3f
Octal317111371211070243613677
Binary110011111001001111110011000110001110101000111101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49F9; }

 p { color: rgb(207,73,249); }

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

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

 a { background-color: rgb(207,73,249); }

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

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

 span { border-color: rgb(207,73,249); }

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