#CF44E1

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

Shades of Medium Orchid #CF44E1

Tints of Medium Orchid #CF44E1

Color information

#CF44E1 (or 0xCF44E1) is unknown color: approx Medium Orchid. HEX triplet: CF, 44 and E1. RGB value is (207,68,225). Sum of RGB (Red+Green+Blue) = 207+68+225=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF44E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44E1 is #30BB1E. Grayscale: #7E7E7E. Windows color (decimal): -3193631 or 14763215. OLE color: 14763215.

HSL color Cylindrical-coordinate representation of color #CF44E1: hue angle of 293.12º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF44E1 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20768225-
CMYK0.080.7000.12
HSL293.12º72.35%57.45%-
HSV(B)293.12º69.78%88.24%-
XYZ41.3922.8473.46-
YUV127.46183.05184.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 68 (26.95% from 255) = 13.6%
BLUE value IS 225 (88.28% from 255) = 45%
R=41.4%
G=13.6%
B=45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207682250.080.7000.12293.1272.3557.45
HexCF44E18460C1254839
Octal3171043411010601444511071
Binary1100111110001001110000110001000110011001001001011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF44E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF44E1; }

 p { color: rgb(207,68,225); }

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

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

 a { background-color: rgb(207,68,225); }

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

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

 span { border-color: rgb(207,68,225); }

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