#CF47DE

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

Shades of Medium Orchid #CF47DE

Tints of Medium Orchid #CF47DE

Color information

#CF47DE (or 0xCF47DE) is unknown color: approx Medium Orchid. HEX triplet: CF, 47 and DE. RGB value is (207,71,222). Sum of RGB (Red+Green+Blue) = 207+71+222=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 71 (28.12% from 255 or 14.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF47DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47DE is #30B821. Grayscale: #808080. Windows color (decimal): -3192866 or 14567375. OLE color: 14567375.

HSL color Cylindrical-coordinate representation of color #CF47DE: hue angle of 294.04º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF47DE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20771222-
CMYK0.070.6800.13
HSL294.04º69.59%57.45%-
HSV(B)294.04º68.02%87.06%-
XYZ41.1723.0571.39-
YUV128.88180.56183.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 71 (28.12% from 255) = 14.2%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=41.4%
G=14.2%
B=44.4%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207712220.070.6800.13294.0469.5957.45
HexCF47DE7440D1264639
Octal317107336710401544610671
Binary110011111000111110111101111000100011011001001101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF47DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF47DE; }

 p { color: rgb(207,71,222); }

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

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

 a { background-color: rgb(207,71,222); }

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

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

 span { border-color: rgb(207,71,222); }

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