#CA47F9

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

Shades of Medium Orchid #CA47F9

Tints of Medium Orchid #CA47F9

Color information

#CA47F9 (or 0xCA47F9) is unknown color: approx Medium Orchid. HEX triplet: CA, 47 and F9. RGB value is (202,71,249). Sum of RGB (Red+Green+Blue) = 202+71+249=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA47F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47F9 is #35B806. Grayscale: #818181. Windows color (decimal): -3520519 or 16336842. OLE color: 16336842.

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

Color convert

RGB20271249-
CMYK0.190.7100.02
HSL284.16º93.68%62.75%-
HSV(B)284.16º71.49%97.65%-
XYZ43.7123.991.93-
YUV130.46194.9179.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 71 (28.12% from 255) = 13.60%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=38.70%
G=13.60%
B=47.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202712490.190.7100.02284.1693.6862.75
HexCA47F913470211c5e3f
Octal312107371231070243413677
Binary110010101000111111110011001110001110101000111001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA47F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA47F9; }

 p { color: rgb(202,71,249); }

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

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

 a { background-color: rgb(202,71,249); }

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

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

 span { border-color: rgb(202,71,249); }

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