#CF47FA

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

Shades of Medium Orchid #CF47FA

Tints of Medium Orchid #CF47FA

Color information

#CF47FA (or 0xCF47FA) is unknown color: approx Medium Orchid. HEX triplet: CF, 47 and FA. RGB value is (207,71,250). Sum of RGB (Red+Green+Blue) = 207+71+250=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF47FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF47FA is #30B805. Grayscale: #838383. Windows color (decimal): -3192838 or 16402383. OLE color: 16402383.

HSL color Cylindrical-coordinate representation of color #CF47FA: hue angle of 285.59º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF47FA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20771250-
CMYK0.170.7200.02
HSL285.59º94.71%62.94%-
HSV(B)285.59º71.6%98.04%-
XYZ45.2424.6792.82-
YUV132.07194.56181.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 71 (28.12% from 255) = 13.45%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=39.20%
G=13.45%
B=47.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207712500.170.7200.02285.5994.7162.94
HexCF47FA11480211e5f3f
Octal317107372211100243613777
Binary110011111000111111110101000110010000101000111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF47FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF47FA; }

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

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

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

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

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

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

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

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