#CF2FEC

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

Shades of Medium Orchid #CF2FEC

Tints of Medium Orchid #CF2FEC

Color information

#CF2FEC (or 0xCF2FEC) is unknown color: approx Medium Orchid. HEX triplet: CF, 2F and EC. RGB value is (207,47,236). Sum of RGB (Red+Green+Blue) = 207+47+236=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FEC is #30D013. Grayscale: #737373. Windows color (decimal): -3198996 or 15478735. OLE color: 15478735.

HSL color Cylindrical-coordinate representation of color #CF2FEC: hue angle of 290.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2FEC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20747236-
CMYK0.120.8000.07
HSL290.79º83.26%55.49%-
HSV(B)290.79º80.08%92.55%-
XYZ41.8921.3581.27-
YUV116.39195.51192.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 47 (18.75% from 255) = 9.59%
BLUE value IS 236 (92.58% from 255) = 48.16%
R=42.24%
G=9.59%
B=48.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207472360.120.8000.07290.7983.2655.49
HexCF2FECC50071235337
Octal31757354141200744312367
Binary11001111101111111011001100101000001111001000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2FEC; }

 p { color: rgb(207,47,236); }

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

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

 a { background-color: rgb(207,47,236); }

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

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

 span { border-color: rgb(207,47,236); }

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