#cf4fea

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

Shades of Medium Orchid #CF4FEA

Tints of Medium Orchid #CF4FEA

Color information

#CF4FEA (or 0xCF4FEA) is unknown color: approx Medium Orchid. HEX triplet: CF, 4F and EA. RGB value is (207,79,234). Sum of RGB (Red+Green+Blue) = 207+79+234=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF4FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FEA is #30B015. Grayscale: #868686. Windows color (decimal): -3190806 or 15355855. OLE color: 15355855.

HSL color Cylindrical-coordinate representation of color #CF4FEA: hue angle of 289.55º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4FEA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20779234-
CMYK0.120.6600.08
HSL289.55º78.68%61.37%-
HSV(B)289.55º66.24%91.76%-
XYZ43.3824.880.34-
YUV134.94183.91179.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 79 (31.25% from 255) = 15.19%
BLUE value IS 234 (91.80% from 255) = 45%
R=39.81%
G=15.19%
B=45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal207792340.120.6600.08289.5578.6861.37
HexCF4FEAC42081224f3d
Octal3171173521410201044211775
Binary1100111110011111110101011001000010010001001000101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf4fea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf4fea; }

 p { color: rgb(207,79,234); }

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

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

 a { background-color: rgb(207,79,234); }

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

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

 span { border-color: rgb(207,79,234); }

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