#CF3FE3

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

Shades of Medium Orchid #CF3FE3

Tints of Medium Orchid #CF3FE3

Color information

#CF3FE3 (or 0xCF3FE3) is unknown color: approx Medium Orchid. HEX triplet: CF, 3F and E3. RGB value is (207,63,227). Sum of RGB (Red+Green+Blue) = 207+63+227=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF3FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3FE3 is #30C01C. Grayscale: #7C7C7C. Windows color (decimal): -3194909 or 14893007. OLE color: 14893007.

HSL color Cylindrical-coordinate representation of color #CF3FE3: hue angle of 292.68º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3FE3 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20763227-
CMYK0.090.7200.11
HSL292.68º74.55%56.86%-
HSV(B)292.68º72.25%89.02%-
XYZ41.3722.3774.81-
YUV124.75185.71186.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 227 (89.06% from 255) = 45.67%
R=41.65%
G=12.68%
B=45.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207632270.090.7200.11292.6874.5556.86
HexCF3FE39480B1254b39
Octal317773431111001344511371
Binary110011111111111110001110011001000010111001001011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3FE3; }

 p { color: rgb(207,63,227); }

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

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

 a { background-color: rgb(207,63,227); }

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

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

 span { border-color: rgb(207,63,227); }

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